message_list: Convert module to typescript.

This commit is contained in:
evykassirer
2024-09-12 10:52:47 -07:00
committed by Tim Abbott
parent 620db3057b
commit deb5d90941
11 changed files with 129 additions and 161 deletions

View File

@@ -19,9 +19,9 @@ import * as condense from "./condense";
import * as hash_util from "./hash_util";
import {$t} from "./i18n";
import * as message_edit from "./message_edit";
import type {MessageList} from "./message_list";
import * as message_list_tooltips from "./message_list_tooltips";
import * as message_lists from "./message_lists";
import type {MessageList} from "./message_lists";
import * as message_store from "./message_store";
import type {Message} from "./message_store";
import * as message_viewport from "./message_viewport";
@@ -1936,7 +1936,7 @@ export class MessageListView {
}
render_trailing_bookend(
stream_name: string,
stream_name: string | undefined,
subscribed: boolean,
deactivated: boolean,
just_unsubscribed: boolean,