Fixed websocket messages with recipients.
This commit is contained in:
parent
1f65db48ac
commit
3bd736d283
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ class _webSocketSingleton extends App.Controller
|
||||||
# logon websocket
|
# logon websocket
|
||||||
data =
|
data =
|
||||||
action: 'login'
|
action: 'login'
|
||||||
session: App.Session.get()
|
session:
|
||||||
|
id: App.Session.get('id')
|
||||||
@send(data)
|
@send(data)
|
||||||
|
|
||||||
spool: =>
|
spool: =>
|
||||||
|
|
Loading…
Reference in a new issue