mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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
@@ -3,6 +3,7 @@ import * as pm_conversations from "./pm_conversations";
|
||||
import * as stream_data from "./stream_data";
|
||||
import * as stream_sort from "./stream_sort";
|
||||
import * as stream_topic_history from "./stream_topic_history";
|
||||
import * as unread from "./unread";
|
||||
|
||||
export function next_topic(streams, get_topics, has_unread_messages, curr_stream, curr_topic) {
|
||||
const curr_stream_index = streams.indexOf(curr_stream); // -1 if not found
|
||||
|
||||
Reference in New Issue
Block a user