diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index af6dc01502..c46ffa5f16 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -368,6 +368,9 @@ navElement.style['-webkit-app-region'] = 'drag'; } } + + await initChannels(); + await initChatList(); }); chats.subscribe((value) => { @@ -512,8 +515,6 @@