Fixed a bug with notifications' appearing on relogin
This commit is contained in:
parent
33b2c8becd
commit
28d31f9b8c
@ -382,12 +382,11 @@ Handlebars.registerHelper 'whiteboardSize', (section) ->
|
|||||||
else
|
else
|
||||||
setInSession 'display_usersList', false
|
setInSession 'display_usersList', false
|
||||||
setInSession 'display_menu', false
|
setInSession 'display_menu', false
|
||||||
if not getInSession "chats"
|
initChats = [
|
||||||
initChats = [
|
userId: "PUBLIC_CHAT"
|
||||||
userId: "PUBLIC_CHAT"
|
gotMail: false
|
||||||
gotMail: false
|
]
|
||||||
]
|
setInSession 'chats', initChats
|
||||||
setInSession 'chats', initChats
|
|
||||||
TimeSync.loggingEnabled = false # suppresses the log messages from timesync
|
TimeSync.loggingEnabled = false # suppresses the log messages from timesync
|
||||||
|
|
||||||
@onLoadComplete = ->
|
@onLoadComplete = ->
|
||||||
|
Loading…
Reference in New Issue
Block a user