fix(frontend): avoid using route new as thread id (#1967)

Co-authored-by: luoxiao6645 <luoxiao6645@gmail.com>
This commit is contained in:
2026-04-08 10:08:55 +08:00
committed by GitHub
parent 24805200f0
commit 85b7ed3cec
2 changed files with 10 additions and 6 deletions
@@ -63,6 +63,7 @@ export function MessageList({
key={`${group.id}/${msg.id}`}
message={msg}
isLoading={thread.isLoading}
threadId={threadId}
/>
);
});