mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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 channel from "./channel";
|
||||
import {FoldDict} from "./fold_dict";
|
||||
import * as message_util from "./message_util";
|
||||
import * as stream_data from "./stream_data";
|
||||
import * as unread from "./unread";
|
||||
|
||||
const stream_dict = new Map(); // stream_id -> PerStreamHistory object
|
||||
const fetched_stream_ids = new Set();
|
||||
|
||||
Reference in New Issue
Block a user