mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
zulip_test: Expose function get message from id for debugging.
This commit is contained in:
@@ -14,3 +14,4 @@ export {initiate as initiate_reload} from "./reload.ts";
|
|||||||
export {page_load_time} from "./setup.ts";
|
export {page_load_time} from "./setup.ts";
|
||||||
export {current_user, realm} from "./state_data.ts";
|
export {current_user, realm} from "./state_data.ts";
|
||||||
export {add_user_id_to_new_stream} from "./stream_create_subscribers.ts";
|
export {add_user_id_to_new_stream} from "./stream_create_subscribers.ts";
|
||||||
|
export {get as get_message} from "./message_store.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user