From 439c2205bb3c38bc2157923df07a13e27cceef32 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 28 Apr 2025 17:22:36 +0200 Subject: [PATCH] ui: add thread id to socket connection --- frontend/app/components/Kai/SocketManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/Kai/SocketManager.ts b/frontend/app/components/Kai/SocketManager.ts index c2e755f55..f40622612 100644 --- a/frontend/app/components/Kai/SocketManager.ts +++ b/frontend/app/components/Kai/SocketManager.ts @@ -20,6 +20,7 @@ export class ChatManager { user_id: userId, token: window.env.KAI_TESTING, project_id: projectId, + thread_id: threadId, }, }); socket.on('connect', () => {