Fix sync messages not getting displayed on arrival
// FREEBIE
This commit is contained in:
parent
7d6adc4879
commit
876e11c19b
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@
|
||||||
message.save().then(function() {
|
message.save().then(function() {
|
||||||
if (message.isIncoming()) {
|
if (message.isIncoming()) {
|
||||||
notifyConversation(message);
|
notifyConversation(message);
|
||||||
|
} else {
|
||||||
|
conversation.trigger('newmessages');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue