message_list_view: Remove undefined option for two parameters.

This commit is contained in:
evykassirer
2024-09-11 15:19:02 -07:00
committed by Tim Abbott
parent d0c63be9be
commit 26da3300ec
2 changed files with 4 additions and 4 deletions

View File

@@ -1934,8 +1934,8 @@ export class MessageListView {
just_unsubscribed: boolean,
can_toggle_subscription: boolean,
is_spectator: boolean,
invite_only: boolean | undefined,
is_web_public: boolean | undefined,
invite_only: boolean,
is_web_public: boolean,
): void {
// This is not the only place we render bookends; see also the
// partial in message_group.hbs, which do not set is_trailing_bookend.