mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
refactor: Rename variables that conflict with muting modules rename.
This commit is contained in:
committed by
Tim Abbott
parent
88b83de5bd
commit
4dac12144d
@@ -10,11 +10,11 @@ import * as ui from "./ui";
|
||||
export let loaded = false;
|
||||
|
||||
export function populate_list() {
|
||||
const muted_topics = muting.get_muted_topics();
|
||||
const all_muted_topics = muting.get_muted_topics();
|
||||
const muted_topics_table = $("#muted_topics_table");
|
||||
const $search_input = $("#muted_topics_search");
|
||||
|
||||
ListWidget.create(muted_topics_table, muted_topics, {
|
||||
ListWidget.create(muted_topics_table, all_muted_topics, {
|
||||
name: "muted-topics-list",
|
||||
modifier(muted_topics) {
|
||||
return render_muted_topic_ui_row({muted_topics});
|
||||
|
||||
Reference in New Issue
Block a user