mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
compose: Add banner for unmuting the muted topic a message is sent to.
We add a new banner informing the user if and when they send a message to a muted topic / stream. It also has a button to unmute the topic. Fixes: #24246.
This commit is contained in:
@@ -198,7 +198,7 @@ export function scroll_finished() {
|
||||
compose_banner.scroll_to_message_banner_message_id,
|
||||
);
|
||||
if ($message_row.length > 0 && !message_viewport.is_message_below_viewport($message_row)) {
|
||||
compose_banner.clear_message_sent_banners();
|
||||
compose_banner.clear_message_sent_banners(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user