Evaluate Matrix Policy Servers #78
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate
waiting on upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
CCCHH/ansible-infra#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The synapse homeserver now has support for MSC-4284: Policy Servers.
Rough Overview: Each room can configure a policy server which publishes policies regarding that room. Home-Servers with MSC-4284 support can reach out to policy servers of rooms they are participating in to evaluate whether they should accept local or remote room events.
We should look into whether Policy-Server software already exists (and if not maybe we could create it) and whether that can be added to our moderation setup. The benefit would be that room events wouldn't just be blocked by our homeserver but locally by every homeserver participating in a room.