mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
topic_list: Rename function to specify use for left sidebar.
This commit is contained in:
@@ -759,7 +759,7 @@ export function update_stream_sidebar_for_narrow(filter: Filter): JQuery | undef
|
||||
clear_topics();
|
||||
}
|
||||
|
||||
topic_list.rebuild($stream_li, stream_id);
|
||||
topic_list.rebuild_left_sidebar($stream_li, stream_id);
|
||||
|
||||
return $stream_li;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user