Skip to content

fix(mobile): keep new-thread drafts scoped to their project - #178

Merged
pandec merged 1 commit into
devfrom
t3code/fix-ios-persistent-draft
Aug 27, 2026
Merged

fix(mobile): keep new-thread drafts scoped to their project#178
pandec merged 1 commit into
devfrom
t3code/fix-ios-persistent-draft

Conversation

@pandec

@pandec pandec commented Aug 27, 2026

Copy link
Copy Markdown
Owner

Opening a new thread on mobile showed the same draft in every project, and deleting it never stuck. The new-task flow copied the current draft into the next project's empty draft on every project switch, so one persisted draft spread everywhere and any cleared copy got refilled from a surviving one. This behavior is upstream (pingdotgg#6224); the fork drops the copy so each project's draft stands alone and deleting a draft is final.

Implemented by Claude Fable 5 via Claude Code.

Switching projects in the mobile new-task flow copied the current draft into the next project's empty draft, so one persisted draft spread to every project and reappeared after the user cleared it. Drop the copy; each project's draft now stands alone.

Implemented by Claude Fable 5 via Claude Code.
@pandec
pandec merged commit 7af50d0 into dev Aug 27, 2026
@pandec
pandec deleted the t3code/fix-ios-persistent-draft branch August 27, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant