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() { conversation.save().then(function() {
message.save().then(function() { message.save().then(function() {
if (message.isIncoming()) {
notifyConversation(message); notifyConversation(message);
}
}); });
}); });
}); });

Loading…
Cancel
Save