unread_ui: Cut dependency on unread_ops.js.

This commit is contained in:
Tim Abbott
2023-05-31 16:49:05 -07:00
parent 9d8b680f53
commit 2de9db9305
2 changed files with 2 additions and 3 deletions

View File

@@ -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();