mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
Replies syndicated via ActivityPub were only sent to followers. Remote servers (e.g. Mastodon) never received the Create(Note) activity, so replies didn't appear under the original post. Changes: - Resolve the reply-to post author via ctx.lookupObject() + getAttributedTo() - Include the original author in CC addressing (ccs) on the Note - Add a Mention tag for the original author - Deliver the activity to the author's inbox via a second sendActivity() call - Log reply delivery with targetUrl for debugging Also includes: following list badge fix from refollow work, version bump to 1.0.20