diff --git a/web/src/stream_list.ts b/web/src/stream_list.ts index ba33d6bd7e..ceccfe1dda 100644 --- a/web/src/stream_list.ts +++ b/web/src/stream_list.ts @@ -478,6 +478,7 @@ function build_stream_sidebar_li(sub: StreamSubscription): JQuery { pin_to_top: sub.pin_to_top, hide_unread_count: settings_data.should_mask_unread_count(is_muted), can_post_messages, + is_empty_topic_only_channel: stream_data.is_empty_topic_only_channel(sub.stream_id), }; const $list_item = $(render_stream_sidebar_row(args)); return $list_item; diff --git a/web/templates/stream_sidebar_row.hbs b/web/templates/stream_sidebar_row.hbs index 2809acf9d8..9c9187edf7 100644 --- a/web/templates/stream_sidebar_row.hbs +++ b/web/templates/stream_sidebar_row.hbs @@ -12,7 +12,7 @@