mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
js: Convert static/js/unread_ui.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
09920af211
commit
ece27a19bc
@@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const loading = require("./loading");
|
||||
const unread_ui = require("./unread_ui");
|
||||
|
||||
exports.do_unread_count_updates = function do_unread_count_updates(messages) {
|
||||
unread.process_loaded_messages(messages);
|
||||
|
||||
Reference in New Issue
Block a user