mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
0af66558ae
commit
bfd8c6b87e
1 changed files with 4 additions and 2 deletions
|
|
@ -369,8 +369,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await initChannels();
|
if (!value) {
|
||||||
await initChatList();
|
await initChannels();
|
||||||
|
await initChatList();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
chats.subscribe((value) => {
|
chats.subscribe((value) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue