Don't notify on sync messages

// FREEBIE
pull/749/head
lilia 10 years ago
parent 6b483195cb
commit d6d1a7da55

@ -213,7 +213,9 @@
conversation.save().then(function() {
message.save().then(function() {
notifyConversation(message);
if (message.isIncoming()) {
notifyConversation(message);
}
});
});
});

Loading…
Cancel
Save