fix(pi): validate user-entry conversation forks

This commit is contained in:
2026-08-25 17:48:31 +08:00
parent 941b015330
commit 8ba2a6055c
10 changed files with 767 additions and 13 deletions

View File

@@ -187,7 +187,7 @@ const MessageNode = memo(function MessageNode({
</p>
)}
{node.sourceEntryId && onFork && node.status !== 'optimistic' && (
{user && node.sourceEntryId && onFork && node.status !== 'optimistic' && (
<Button
type="button"
variant="ghost"