mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
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:
@@ -401,7 +401,6 @@
|
||||
},
|
||||
notify: function(message) {
|
||||
if (!message.isIncoming()) {
|
||||
this.markRead();
|
||||
return;
|
||||
}
|
||||
if (window.isOpen() && window.isFocused()) {
|
||||
|
||||
Reference in New Issue
Block a user