Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @thisismissem@activitypub.space
julian@julian@activitypub.space (2026-05-22 07:32:58)
@thisismissem hmm, I believe Lemmy and Piefed send cross actor Deletes, but they might be Announces by the group actor.


They (and I) don't use moderatedBy but rather the group actor's attributedTo


Just want to make sure you're aware of that existing prior art.
---Reply--- julian@julian@activitypub.space (2026-05-22 07:34:23) @nutomic@lemmy.ml @rimu@piefed.social @bent0_b0x@norden.social — do y'all send Delete activities with the moderator actor?


(Announce wrapping aside.)
Reply

---Replies---
Rimu@rimu@piefed.social (2026-05-22 07:41:56)
Yes.


This is easy in FEP 1b12-land because each community has a list of moderators so receiving instances know who to allow.


Getting a list of instance admins requires calling the Lemmy API, unfortunately. So PieFed has a cron job that does that once per day for all instances. Admins rarely change.