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:
Steve Howell
2017-08-01 08:50:40 -04:00
committed by Tim Abbott
parent 540c452fc2
commit b215229d22
4 changed files with 132 additions and 0 deletions

View File

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