Load initial members state via WHO when channel is selected

Closes: https://todo.sr.ht/~emersion/gamja/13
This commit is contained in:
Simon Ser 2022-10-23 20:18:33 +02:00
parent e815295503
commit 90a2c91651
2 changed files with 18 additions and 1 deletions

View file

@ -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,