Load initial members state via WHO when channel is selected
Closes: https://todo.sr.ht/~emersion/gamja/13
This commit is contained in:
parent
e815295503
commit
90a2c91651
2 changed files with 18 additions and 1 deletions
1
state.js
1
state.js
|
@ -343,6 +343,7 @@ export const State = {
|
|||
serverInfo: null, // if server
|
||||
joined: false, // if channel
|
||||
topic: null, // if channel
|
||||
hasInitialWho: false, // if channel
|
||||
members: new irc.CaseMapMap(null, client.cm), // if channel
|
||||
messages: [],
|
||||
unread: Unread.NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue