fc165e01e1
Deploy Indiekit Server / deploy (push) Successful in 35s
Patch audit (run-patches --check) surfaced 3 patch scripts that lived only in
prod /usr/local/indiekit/scripts and were never committed:
- patch-ap-syndicator-checkin-guard.mjs — ACTIVE (already applied, working):
extends the AP syndicator skip-guard to cover both location and checkin JF2
properties. Added to repo here.
- patch-ap-enrich-actor-data.mjs — OBSOLETE: its avatar/handle getIcon() effect
is already present in the activitypub fork (>= 32ea375); 0/4 markers applied,
getIcon present in all 3 targets. Removed from prod (backup in /tmp).
- patch-ap-stubs-remove-duplicate-routes.mjs — OBSOLETE: duplicate account
routes no longer exist in the fork's stubs.js. Removed from prod.
After removal: run-patches --check is clean (61 already | 0 newly | 0 not found
| 0 failed). Follows the established 'remove patches integrated into fork'
pattern (commit 68962a3a0).