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