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:
Aman Agrawal 2024-07-08 09:50:11 +00:00 committed by Tim Abbott
parent 7e7e6b7ba9
commit 7e9a01ea7f
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ export function initialize_everything(state_data) {
],
{trigger},
);
activity_ui.build_user_sidebar();
},
});
stream_list_sort.initialize();