mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
ui_init: Remove duplicate user sidebar build call.
`message_view.show` already calls and ideally should call activity_ui.build_user_sidebar, so this call is not needed here.
This commit is contained in:
@@ -548,7 +548,6 @@ export function initialize_everything(state_data) {
|
|||||||
],
|
],
|
||||||
{trigger},
|
{trigger},
|
||||||
);
|
);
|
||||||
activity_ui.build_user_sidebar();
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
stream_list_sort.initialize();
|
stream_list_sort.initialize();
|
||||||
|
|||||||
Reference in New Issue
Block a user