recent_topics: Update unread count of topics inplace.

This commit is contained in:
Aman Agrawal
2020-05-22 20:41:19 +05:30
committed by Tim Abbott
parent 52529107d2
commit 3c5adeee8a
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ function process_newly_read_message(message, options) {
message_list.narrowed.show_message_as_read(message, options);
}
notifications.close_notification(message);
recent_topics.update_topic_unread_count(message);
}
exports.process_read_messages_event = function (message_ids) {