Compare commits

..

No commits in common. "f3ebd92e67f65e661f018883a6ab8558312d6eed" and "69718261da4cae0dfd402eb5d7ff6d0d42fc83e3" have entirely different histories.

View File

@ -1,30 +0,0 @@
# m.room.server_acl
This event type controls which servers can access the room at all. Be very careful
adjusting this.
* https://matrix.org/docs/guides/moderation#banning-servers-from-rooms-server-acls
Note: when sending the custom event via `/devtools` for the first time, click
the `Event` so it says `State Event` and asks for `State key` in addition to `type`,
which can/is left empty as usual.
```json
{
"allow": [
"*"
],
"allow_ip_literals": false,
"deny": [
"glowers.club",
"*.glowers.club",
"pleasecuminside.me",
"*.pleasecuminside.me",
"midov.pl",
"*.midov.pl",
"kiwifarms.net",
"*.kiwifarms.net"
]
}
```