Changeset 4c47eff in Klonkt for scripts

Timestamp:
06/26/2026 12:32:50 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
bbce8da
Parents:
78b6d8a
Message:

refactor(cirkel): remove the legacy circle auto-migration (no auto-fediverse)

autoMigrateCircles auto-sent Follows on boot to re-establish legacy circle_links
as AP follows. That violates the rule 'the code never throws anything into the
fediverse automatically' — at scale it would surprise-Follow on behalf of operators
who never asked. Removed the boot call, the function, its export, and the manual
scripts/migrate-circles.mjs (bulk Follows). resolveApActor stays (used by bare-domain
follows). Dead circle_links table is left as harmless dead data; an operator restores
an old cirkel by re-following in /volgend (their own click). We can do this clean
removal now precisely because we're still small-scale.

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

File:
1 deleted

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