mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
message_feed: Remove separate Subscribe/Unsubscribe buttons.
This removes Subscribe/Unsubscribe buttons in trailing bookends, including the can_toggle_subscription plumbing supporting them. Fixes #32125.
This commit is contained in:
@@ -1953,7 +1953,6 @@ export class MessageListView {
|
||||
subscribed: boolean,
|
||||
deactivated: boolean,
|
||||
just_unsubscribed: boolean,
|
||||
can_toggle_subscription: boolean,
|
||||
is_spectator: boolean,
|
||||
invite_only: boolean,
|
||||
is_web_public: boolean,
|
||||
@@ -1963,7 +1962,6 @@ export class MessageListView {
|
||||
const $rendered_trailing_bookend = $(
|
||||
render_bookend({
|
||||
stream_name,
|
||||
can_toggle_subscription,
|
||||
subscribed,
|
||||
deactivated,
|
||||
just_unsubscribed,
|
||||
|
||||
Reference in New Issue
Block a user