mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
bookend: Add stream icons to subscribed/unsubscribed divider line.
Fixes: #23685.
This commit is contained in:
@@ -1379,6 +1379,8 @@ export class MessageListView {
|
||||
just_unsubscribed,
|
||||
can_toggle_subscription,
|
||||
is_spectator,
|
||||
invite_only,
|
||||
is_web_public,
|
||||
) {
|
||||
// This is not the only place we render bookends; see also the
|
||||
// partial in message_group.hbs, which do not set is_trailing_bookend.
|
||||
@@ -1391,6 +1393,8 @@ export class MessageListView {
|
||||
just_unsubscribed,
|
||||
is_spectator,
|
||||
is_trailing_bookend: true,
|
||||
invite_only,
|
||||
is_web_public,
|
||||
}),
|
||||
);
|
||||
rows.get_table(this.table_name).append($rendered_trailing_bookend);
|
||||
|
||||
Reference in New Issue
Block a user