Question re: Origin Based Security Model (FEP-fe34)
2026-05-21 22:54 UTC
@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
Replies (2)
-
@rimu@piefed.social 2026-05-21 23:00
That sounds fine to me. On communities the moderators are just an array of strings which are the activitypub actor IDs of the mods. I think NodeBB has an array of actor objects though? Anyway whatever it is, consistency with how the communities do it would be nice.
-
@silverpill@mitra.social 2026-05-22 18:14
@julian @rimu@piefed.social 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.