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

Note Detail


Reply to @julian@activitypub.space
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.
---Reply--- julian@julian@activitypub.space (2026-05-22 07:54:49) @rimu@piefed.social said:


Getting a list of instance admins requires calling the Lemmy API, unfortunately.



Wait, why don't we write a mini FEP to extend this? attributedTo on the instance/application actor?



https://codeberg.org/fediverse/fep/src/branch/main/fep/2677/fep-2677.md

extending 1b12
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-05-23 03:14:22)
@julian @rimu Do you want specifically FEP-2677? Please consider using FEP-d556 instead, it is very similar to FEP-2677 but doesn't require NodeInfo. Also, it is FINAL.