mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Don't notify on sync messages
// FREEBIE
This commit is contained in:
@@ -213,7 +213,9 @@
|
||||
|
||||
conversation.save().then(function() {
|
||||
message.save().then(function() {
|
||||
notifyConversation(message);
|
||||
if (message.isIncoming()) {
|
||||
notifyConversation(message);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user