Changeset d5aa7c8 in Klonkt for src/views/shell.ejs

Timestamp:
06/30/2026 01:24:56 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
462a931
Parents:
61514f2
Message:

fix(federation): clear ap_my_reactions when a boosted/liked remote post is deleted

The inbound Delete handler cleaned ap_interactions + ap_timeline but not ap_my_reactions, so a
boost/like you made of a remote post (via the interact page) stayed stuck as "boosted" after
that post was deleted upstream. Now also remove the ap_my_reactions record, host-scoped so a
remote actor can only clear reactions to its OWN domain's notes.

  • src/services/ActivityPubService.js — Delete handler clears ap_my_reactions (host-guarded)

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

(No files)

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