Update open conversations on sync messages
This commit is contained in:
parent
090cc84452
commit
1b83932a29
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@
|
|||
extension.trigger('message', message); // inbox fetch
|
||||
if (message.isIncoming()) {
|
||||
notifyConversation(message);
|
||||
} else {
|
||||
updateConversation(conversation.id);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue