- add comment to open private chats in main public chat window
This commit is contained in:
parent
fb5723af1e
commit
a6b5311f04
@ -99,6 +99,8 @@ package org.bigbluebutton.modules.chat.maps {
|
|||||||
// Setup a tracker for the state of this chat.
|
// Setup a tracker for the state of this chat.
|
||||||
var gcBoxMapper:GroupChatBoxMapper = new GroupChatBoxMapper(chatId);
|
var gcBoxMapper:GroupChatBoxMapper = new GroupChatBoxMapper(chatId);
|
||||||
gcBoxMapper.chatBoxOpen = true;
|
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);
|
var winMapper:GroupChatWindowMapper = findGroupChatWindowMapper(MAIN_CHAT_WINID);
|
||||||
winMapper.addChatBox(gcBoxMapper);
|
winMapper.addChatBox(gcBoxMapper);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user