From 25111a9b03af211632d9db17cc4df8a2e0edfb54 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Wed, 8 Apr 2026 14:35:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8is=5Fchatting=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=EF=BC=8Cis=5Fchatting=3Dtrue=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E6=89=8D=E4=BC=9A=E6=98=BE=E7=A4=BA=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/workspace/chats/[thread_id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index dfc7a8e6..8d40ad62 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -91,7 +91,7 @@ export default function ChatPage() { setIsNewThread(false); // if (!shouldStayOnNewRoute) { // Keep /new in history so router.back() can return to it. - router.replace(`/workspace/chats/${currentThreadId}`); + router.replace(`/workspace/chats/${currentThreadId}?is_chatting=true`); // } // history.pushState(null, "", pathOfThread(currentThreadId)); },