unread: Refactor to move DOM element updates into UI layer.

This commit is contained in:
Elliott Jin
2017-02-11 00:55:18 -08:00
committed by showell
parent ba449d7c23
commit 4092aab620
14 changed files with 110 additions and 110 deletions

View File

@@ -626,7 +626,7 @@ exports.respond_to_message = function (opts) {
return;
}
unread.mark_message_as_read(message);
unread_ui.mark_message_as_read(message);
var stream = '';
var subject = '';