mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
sharedchans does not have users
This commit is contained in:
parent
9aee3e3e98
commit
c869ea9a73
3 changed files with 1 additions and 3 deletions
|
|
@ -31,7 +31,6 @@ export type SharedChan = {
|
|||
firstUnread: number;
|
||||
unread: number;
|
||||
highlight: number;
|
||||
users: Map<string, SharedUser>;
|
||||
muted: boolean;
|
||||
type: ChanType;
|
||||
state: ChanState;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ export type SharedPrefixObject = {
|
|||
};
|
||||
|
||||
export type SharedNetworkChan = SharedChan & {
|
||||
users: []; // TODO: this thing appears useless
|
||||
totalMessages: number;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue