switch reasoning

This commit is contained in:
Nate Kelley 2025-05-09 17:01:18 -06:00
parent 203893f250
commit 33e508467d
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,12 @@ export const useBusterNewChat = () => {
});
}
//needed in order to trigger the auto change layout
busterSocket.once({
route: '/chats/post:initializeChat',
callback: initializeNewChatCallback
});
await busterSocket.emitAndOnce({
emitEvent: {
route: '/chats/post',