stream_list: Pass required parameter to build_stream_list.

Using `false` because `undefined` is falsey.
This commit is contained in:
evykassirer
2024-02-21 12:53:40 -08:00
committed by Tim Abbott
parent 5178a6f2fe
commit fda1afaaa7

View File

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