mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-03-01 22:09:14 +00:00
Fix sync messages not getting displayed on arrival
// FREEBIE
This commit is contained in:
@@ -291,6 +291,8 @@
|
||||
message.save().then(function() {
|
||||
if (message.isIncoming()) {
|
||||
notifyConversation(message);
|
||||
} else {
|
||||
conversation.trigger('newmessages');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user