Don't mark read on sync messages

There's no longer a need for this since we have read-state syncing.

// FREEBIE
This commit is contained in:
lilia 2016-03-18 11:19:37 -07:00
parent d84400777f
commit 6f3f33657a

View file

@ -401,7 +401,6 @@
},
notify: function(message) {
if (!message.isIncoming()) {
this.markRead();
return;
}
if (window.isOpen() && window.isFocused()) {