From 6f3f33657aeac6e7b26049fa516830d66bc853d8 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 18 Mar 2016 11:19:37 -0700 Subject: [PATCH] Don't mark read on sync messages There's no longer a need for this since we have read-state syncing. // FREEBIE --- js/models/conversations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/conversations.js b/js/models/conversations.js index fc53d7f84132..f3e64eec3fcb 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -401,7 +401,6 @@ }, notify: function(message) { if (!message.isIncoming()) { - this.markRead(); return; } if (window.isOpen() && window.isFocused()) {