mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
user_topics_ui: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c50b28610c
commit
a41d0b16e6
@@ -45,6 +45,7 @@ export type MessageList = {
|
||||
can_mark_messages_read: () => boolean;
|
||||
can_mark_messages_read_without_setting: () => boolean;
|
||||
rerender_view: () => void;
|
||||
update_muting_and_rerender: () => void;
|
||||
prevent_reading: () => void;
|
||||
resume_reading: () => void;
|
||||
data: MessageListData;
|
||||
|
||||
Reference in New Issue
Block a user