1 Commits

Author SHA1 Message Date
Sven
12ee80f4a4 fix(activitypub): populate in_reply_to_id in Mastodon status serializer
All checks were successful
Deploy Indiekit Server / deploy (push) Successful in 1m11s
- status.js: in_reply_to_id was always null (both branches of ternary
  returned null — TODO left unfilled). Changed to item.inReplyToId || null.
- statuses.js POST handler: timeline insert now stores inReplyToId from
  the in_reply_to_id cursor the client already sent, so own replies are
  threaded correctly in Phanpy/Elk.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 15:01:55 +02:00