diff --git a/js/chromium.js b/js/chromium.js index d8b9befcd61c..6d2a4e6ee362 100644 --- a/js/chromium.js +++ b/js/chromium.js @@ -179,9 +179,7 @@ chrome.notifications.clear('signal'); Whisper.Notifications.clear(); getInboxCollection().each(function(model) { - if (model.get('unreadCount') > 0) { - model.markRead(); - } + model.markRead(); }); }); chrome.notifications.onClosed.addListener(function(id, byUser) {