-

@ mleku
2025-03-04 11:25:37
moderation (deleting offensive messages) is a client side thing, the relay only needs to honor delete requests, realy already does this but would just need an additional criteria that designated moderators list would have the permission to delete any user event.
permissions can be implemented simply using lists, #realy has one that is based on follow/mute lists of designated owners, it also currently filters queries for authed users and doesn't send them events from users they have muted (as i was saying the other day somewhere, in theory muting a user could enable the filtering out of one users messages from being delivered to the authed user on their mute list, ie, don't send to asshat i don't like semantics).