mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
sharedMsg: remove userAway
userAway is purely server side and we don't send it to the client
This commit is contained in:
parent
82e4150cc8
commit
fc9805545b
2 changed files with 0 additions and 2 deletions
|
@ -217,7 +217,6 @@ class Chan {
|
|||
type: this.type,
|
||||
state: this.state,
|
||||
|
||||
userAway: this.userAway,
|
||||
special: this.special,
|
||||
data: this.data,
|
||||
closed: this.closed,
|
||||
|
|
|
@ -35,7 +35,6 @@ export type SharedChan = {
|
|||
type: ChanType;
|
||||
state: ChanState;
|
||||
|
||||
userAway?: boolean;
|
||||
special?: SpecialChanType;
|
||||
data?: any;
|
||||
closed?: boolean;
|
||||
|
|
Loading…
Reference in a new issue