Add IRC connection status indicator
This commit is contained in:
parent
83aef5df7b
commit
f429a528ba
11 changed files with 124 additions and 38 deletions
|
@ -71,6 +71,7 @@ func (h *wsHandler) init(uuid string) {
|
|||
|
||||
h.session.sendJSON("channels", channels)
|
||||
h.session.sendJSON("servers", h.session.user.GetServers())
|
||||
h.session.sendJSON("connection_update", h.session.getConnectionStates())
|
||||
|
||||
for _, channel := range channels {
|
||||
h.session.sendJSON("users", Userlist{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue