Fix messenger bugs

This commit is contained in:
yflory
2018-09-11 17:42:00 +02:00
parent 19da04664a
commit 6c6ce7b7a8
2 changed files with 2 additions and 1 deletions

View File

@@ -499,7 +499,6 @@ define([
};
messenger.on('message', function (message) {
common.notify();
var chanId = message.channel;
var chat = getChat(chanId);
@@ -514,6 +513,7 @@ define([
console.error('expected channel [%s] to be open', chanId);
return;
}
common.notify();
channel.messages.push(message);