mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
d499c3aed8
commit
88decab9be
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
import { user as _user } from '$lib/stores';
|
||||
import { user as _user, socket } from '$lib/stores';
|
||||
import { WEBUI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';
|
||||
import { getDMChannelByUserId } from '$lib/apis/channels';
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
});
|
||||
|
||||
if (res) {
|
||||
console.log(res);
|
||||
$socket.emit('join-channels', { auth: { token: $_user?.token } });
|
||||
goto(`/channels/${res.id}`);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue