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

This commit is contained in:
肖应宇 2026-04-09 14:23:28 +08:00 committed by Titan
parent 87b73e2b08
commit 8f929dec63
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export function RecentChatList() {
<div> <div>
<Link <Link
className="text-muted-foreground block w-full whitespace-nowrap group-hover/side-menu-item:overflow-hidden" 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)} {titleOfThread(thread)}
</Link> </Link>