mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
stream_list: Pass required parameter to build_stream_list.
Using `false` because `undefined` is falsey.
This commit is contained in:
@@ -769,7 +769,7 @@ export function initialize({on_stream_click}) {
|
|||||||
|
|
||||||
// We build the stream_list now. It may get re-built again very shortly
|
// We build the stream_list now. It may get re-built again very shortly
|
||||||
// when new messages come in, but it's fairly quick.
|
// when new messages come in, but it's fairly quick.
|
||||||
build_stream_list();
|
build_stream_list(false);
|
||||||
update_subscribe_to_more_streams_link();
|
update_subscribe_to_more_streams_link();
|
||||||
initialize_stream_cursor();
|
initialize_stream_cursor();
|
||||||
set_event_handlers({on_stream_click});
|
set_event_handlers({on_stream_click});
|
||||||
|
|||||||
Reference in New Issue
Block a user