mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
message lists: Rename update_items_for_muting to include topic.
This change will help avoid confusion with a similar method which will be added in further commits for user muting.
This commit is contained in:
committed by
Tim Abbott
parent
10cfd25456
commit
4bd7ec7c36
@@ -384,7 +384,7 @@ export class MessageList {
|
||||
}
|
||||
|
||||
update_topic_muting_and_rerender() {
|
||||
this.data.update_items_for_muting();
|
||||
this.data.update_items_for_topic_muting();
|
||||
if (this.data.excludes_muted_topics) {
|
||||
this.rerender();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user