synapse-invite-checker/README.md

9 lines
222 B
Markdown
Raw Normal View History

2024-09-14 17:13:16 +00:00
# Example config for homeserver.yaml
```
2024-09-14 17:12:42 +00:00
- module: synapse_invite_checker.InviteChecker
config:
blacklist_whitelist_url: "https://example.com/invites.json"
use_whitelist: true
use_blacklist: true
2024-09-14 17:13:16 +00:00
```