topic_list: Rename function to specify use for left sidebar.

This commit is contained in:
Aman Agrawal
2025-04-09 16:25:29 +05:30
committed by Tim Abbott
parent 1b012f1eb3
commit 5ea42823ba
3 changed files with 5 additions and 5 deletions

View File

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