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

View File

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