mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Convert static/js/unread_ops.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7ec3fc38fa
commit
9997e13032
@@ -3,6 +3,7 @@ import _ from "lodash";
|
||||
import * as channel from "./channel";
|
||||
import * as message_store from "./message_store";
|
||||
import * as starred_messages from "./starred_messages";
|
||||
import * as unread_ops from "./unread_ops";
|
||||
|
||||
function send_flag_update(message, flag, op) {
|
||||
channel.post({
|
||||
|
||||
Reference in New Issue
Block a user