Changeset 4c12783 in Klonkt for src/routes

Timestamp:
06/25/2026 08:52:26 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
8ad1784
Parents:
a9900ec
Message:

perf(ap): backfill new followers once per remote instance, not per follower

Backfill fired 20 Create deliveries on every Follow. Mastodon dedupes notes
per-instance, so the 2nd+ follower from the same instance got the same 20 posts
re-sent for nothing (and old posts don't re-enter a new follower's timeline
anyway). Now we skip backfill when another follower already represents that
instance (same shared_inbox), and deliver to the shared inbox when present.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.