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:
Abhijeet Prasad Bodas
2021-04-29 21:48:21 +05:30
committed by Tim Abbott
parent 10cfd25456
commit 4bd7ec7c36
3 changed files with 3 additions and 3 deletions

View File

@@ -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();
}