dev: 从侧边栏点击直接进入对话页

This commit is contained in:
肖应宇 2026-04-09 14:23:28 +08:00
parent 20b48f6185
commit 39d2807bcf
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export function RecentChatList() {
<div>
<Link
className="text-muted-foreground block w-full whitespace-nowrap group-hover/side-menu-item:overflow-hidden"
href={pathOfThread(thread.thread_id)}
href={`${pathOfThread(thread.thread_id)}?is_chatting=true`}
>
{titleOfThread(thread)}
</Link>