mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
@@ -269,6 +269,7 @@ exports.topic_ops = {
|
||||
muting_ui.mute_topic(stream, topic);
|
||||
muting_ui.persist_and_rerender();
|
||||
muting_ui.notify_with_undo_option(stream, topic);
|
||||
muting_ui.set_up_muted_topics_ui(muting.get_muted_topics());
|
||||
},
|
||||
// we don't run a unmute_notif function because it isn't an issue as much
|
||||
// if someone accidentally unmutes a stream rather than if they mute it
|
||||
@@ -277,6 +278,7 @@ exports.topic_ops = {
|
||||
popovers.hide_topic_sidebar_popover();
|
||||
muting_ui.unmute_topic(stream, topic);
|
||||
muting_ui.persist_and_rerender();
|
||||
muting_ui.set_up_muted_topics_ui(muting.get_muted_topics());
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user