fix: the move record alone excuses a carried draft at the destination, whoever owns it

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-09-15 23:16:49 +02:00
co-authored by Claude Opus 5
parent df2973ffff
commit baafd1e002
5 changed files with 13 additions and 18 deletions
@@ -2322,7 +2322,6 @@ async fn create_script_internal<'c>(
&[UserDraftItemKind::Script],
p_path,
&ns.path,
(!skip_draft_deletion).then_some(authed.email.as_str()),
)
.await?;
}