mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
unread: Add code to set unread counts from page_params data.
This won't run in production due to the feature flag.
This commit is contained in:
@@ -249,6 +249,7 @@ $(function () {
|
||||
reload.initialize();
|
||||
server_events.initialize();
|
||||
people.initialize();
|
||||
unread.initialize();
|
||||
bot_data.initialize(); // Must happen after people.initialize()
|
||||
message_fetch.initialize();
|
||||
emoji.initialize();
|
||||
|
||||
Reference in New Issue
Block a user