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:
parent
d84400777f
commit
6f3f33657a
1 changed files with 0 additions and 1 deletions
|
@ -401,7 +401,6 @@
|
||||||
},
|
},
|
||||||
notify: function(message) {
|
notify: function(message) {
|
||||||
if (!message.isIncoming()) {
|
if (!message.isIncoming()) {
|
||||||
this.markRead();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (window.isOpen() && window.isFocused()) {
|
if (window.isOpen() && window.isFocused()) {
|
||||||
|
|
Loading…
Reference in a new issue