mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
inbox: Call update from unread_ui.update_unread_counts.
Fixes #26687 This seems work correctly after manually testing all the events for which inbox_ui.update was previously called.
This commit is contained in:
@@ -492,6 +492,7 @@ function initialize_unread_ui() {
|
||||
unread_ui.register_update_unread_counts_hook((counts) =>
|
||||
notifications.update_unread_counts(counts),
|
||||
);
|
||||
unread_ui.register_update_unread_counts_hook(inbox_ui.update);
|
||||
|
||||
unread_ui.initialize({notify_server_messages_read: unread_ops.notify_server_messages_read});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user