- add comment to open private chats in main public chat window

This commit is contained in:
Richard Alam 2017-11-05 16:02:39 -08:00
parent fb5723af1e
commit a6b5311f04

View File

@ -99,6 +99,8 @@ package org.bigbluebutton.modules.chat.maps {
// Setup a tracker for the state of this chat.
var gcBoxMapper:GroupChatBoxMapper = new GroupChatBoxMapper(chatId);
gcBoxMapper.chatBoxOpen = true;
// By default we put all private chats on the main chat window. (ralam nov 5, 2017)
var winMapper:GroupChatWindowMapper = findGroupChatWindowMapper(MAIN_CHAT_WINID);
winMapper.addChatBox(gcBoxMapper);