mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
unread_ui: Cut dependency on unread_ops.js.
This commit is contained in:
@@ -701,7 +701,7 @@ export function initialize_everything() {
|
||||
// All overlays must be initialized before hashchange.js
|
||||
hashchange.initialize();
|
||||
|
||||
unread_ui.initialize();
|
||||
unread_ui.initialize({notify_server_messages_read: unread_ops.notify_server_messages_read});
|
||||
activity.initialize();
|
||||
emoji_picker.initialize();
|
||||
pm_list.initialize();
|
||||
|
||||
Reference in New Issue
Block a user