Fixed a bug with an open private chat on relogin
This commit is contained in:
parent
b970298f05
commit
33b2c8becd
@ -370,7 +370,7 @@ Handlebars.registerHelper 'whiteboardSize', (section) ->
|
||||
setInSession "display_chatbar", true
|
||||
setInSession "display_whiteboard", true
|
||||
setInSession "display_chatPane", true
|
||||
if not getInSession "inChatWith" then setInSession "inChatWith", 'PUBLIC_CHAT'
|
||||
setInSession "inChatWith", 'PUBLIC_CHAT'
|
||||
if isPortraitMobile() or isLandscapeMobile()
|
||||
setInSession "messageFontSize", Meteor.config.app.mobileFont
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user