dev: 从侧边栏点击直接进入对话页
This commit is contained in:
parent
20b48f6185
commit
39d2807bcf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue