matrix/m.room.server_acl/README.md: remove blocked-by-Synapse nuke

yes, the example is missing quotes, but Synapse regardless doesn't allow ACL banning local homeserver.
This commit is contained in:
Aminda Suomalainen 2022-07-29 23:46:57 +03:00
parent 341ee4bd53
commit b680fc9aa0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -62,14 +62,3 @@ This configuration only lets servers I have accounts on in.
}
```
## Nuke
Bricks the room. :tada::tada::tada:
```json
{
"deny": [
*
]
}
```