Send null server list to new users
This commit is contained in:
parent
79095154ca
commit
d440aac023
|
@ -68,6 +68,8 @@ func handleWS(ws *websocket.Conn) {
|
|||
sessions[UUID] = session
|
||||
sessionLock.Unlock()
|
||||
|
||||
session.sendJSON("servers", nil)
|
||||
|
||||
go session.write()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue