Merge pull request #2765 from ritzalam/display-welcome-message-on-reconnect
- welcome message isn't being displayed after reconnect.
This commit is contained in:
commit
2f7e9a3171
6
bigbluebutton-client/src/org/bigbluebutton/modules/chat/services/MessageReceiver.as
Normal file → Executable file
6
bigbluebutton-client/src/org/bigbluebutton/modules/chat/services/MessageReceiver.as
Normal file → Executable file
@ -70,11 +70,11 @@ package org.bigbluebutton.modules.chat.services
|
||||
handleChatReceivePublicMessageCommand(chats[i], true);
|
||||
}
|
||||
|
||||
if (!welcomed) {
|
||||
// if (!welcomed) {
|
||||
var pcEvent:TranscriptEvent = new TranscriptEvent(TranscriptEvent.TRANSCRIPT_EVENT);
|
||||
dispatcher.dispatchEvent(pcEvent);
|
||||
welcomed = true;
|
||||
}
|
||||
// welcomed = true;
|
||||
// }
|
||||
}
|
||||
|
||||
private function handleChatReceivePublicMessageCommand(message:Object, history:Boolean = false):void {
|
||||
|
Loading…
Reference in New Issue
Block a user