x
This commit is contained in:
parent
3a1b0379b0
commit
aa0a17f11d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue