Skip to content

fix: clear quoteTarget in all onReply handlers to prevent stale quotes#98

Merged
barrydeen merged 1 commit intomainfrom
fix/quote-target-persists-on-reply
Mar 1, 2026
Merged

fix: clear quoteTarget in all onReply handlers to prevent stale quotes#98
barrydeen merged 1 commit intomainfrom
fix/quote-target-persists-on-reply

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Five onReply handlers (UserProfile, Search, Thread, BookmarkSet, Notifications) were missing quoteTarget = null, causing a previously quoted note to persist and reappear when the user later replies to a different note
  • FeedScreen and HashtagScreen already cleared both targets correctly — this brings the remaining screens in line

Test plan

  • Quote a note and publish it
  • Navigate to a thread/profile/search/notifications screen and tap Reply on a different note
  • Verify the compose screen shows "Reply" (not "Quote") with no stale quote attached

Five onReply handlers (UserProfile, Search, Thread, BookmarkSet,
Notifications) were missing quoteTarget = null, causing a previously
quoted note to persist and reappear in subsequent replies.
@barrydeen barrydeen merged commit fd363d3 into main Mar 1, 2026
@barrydeen barrydeen deleted the fix/quote-target-persists-on-reply branch March 4, 2026 01:29
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