mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
unread: Refactor to move DOM element updates into UI layer.
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user