mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +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,
|
type: this.type,
|
||||||
state: this.state,
|
state: this.state,
|
||||||
|
|
||||||
userAway: this.userAway,
|
|
||||||
special: this.special,
|
special: this.special,
|
||||||
data: this.data,
|
data: this.data,
|
||||||
closed: this.closed,
|
closed: this.closed,
|
||||||
|
|
|
@ -35,7 +35,6 @@ export type SharedChan = {
|
||||||
type: ChanType;
|
type: ChanType;
|
||||||
state: ChanState;
|
state: ChanState;
|
||||||
|
|
||||||
userAway?: boolean;
|
|
||||||
special?: SpecialChanType;
|
special?: SpecialChanType;
|
||||||
data?: any;
|
data?: any;
|
||||||
closed?: boolean;
|
closed?: boolean;
|
||||||
|
|
Loading…
Add table
Reference in a new issue