Fixed a bug with an open private chat on relogin

This commit is contained in:
Oleksandr Zhurbenko 2015-06-29 09:01:20 -07:00
parent b970298f05
commit 33b2c8becd

View File

@ -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