mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Convert static/js/presence.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
19bb5fa7ad
commit
818b5aacb6
@@ -30,7 +30,6 @@ rewiremock("../../static/js/pm_list_dom").with(pm_list_dom);
|
||||
|
||||
rewiremock.enable();
|
||||
|
||||
zrequire("presence");
|
||||
zrequire("buddy_data");
|
||||
const people = zrequire("people");
|
||||
const pm_conversations = zrequire("pm_conversations");
|
||||
|
||||
Reference in New Issue
Block a user