mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
js: Convert static/js/unread.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9997e13032
commit
727208b84c
@@ -2,6 +2,7 @@ import * as hash_util from "./hash_util";
|
||||
import * as muting from "./muting";
|
||||
import * as narrow_state from "./narrow_state";
|
||||
import * as stream_topic_history from "./stream_topic_history";
|
||||
import * as unread from "./unread";
|
||||
|
||||
const max_topics = 5;
|
||||
const max_topics_with_unread = 8;
|
||||
|
||||
Reference in New Issue
Block a user