matrix/m.room.server_acl: add the-apothecary.club and nuke

This commit is contained in:
Aminda Suomalainen 2022-07-27 17:50:17 +03:00
parent 5fa4da4386
commit dea7481165
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -54,9 +54,22 @@ This configuration only lets servers I have accounts on in.
"fedora.im",
"jae.fi",
"converser.eu",
"artemislena.eu"
"artemislena.eu",
"the-apothecary.club"
],
"allow_ip_literals": false,
"deny": []
}
```
## Nuke
Bricks the room. :tada::tada::tada:
```json
{
"deny": [
*
]
}
```