This commit is contained in:
Nils Büchner 2024-09-14 19:13:16 +02:00
parent 3a1b0379b0
commit aa0a17f11d

View file

@ -1,7 +1,8 @@
Example config for homeserver.yaml: # Example config for homeserver.yaml
```
- module: synapse_invite_checker.InviteChecker - module: synapse_invite_checker.InviteChecker
config: config:
blacklist_whitelist_url: "https://example.com/invites.json" blacklist_whitelist_url: "https://example.com/invites.json"
use_whitelist: true use_whitelist: true
use_blacklist: true use_blacklist: true
```