No description
Find a file
Nils Büchner aa0a17f11d x
2024-09-14 19:13:16 +02:00
synapse_invite_checker initial 2024-09-14 19:12:42 +02:00
.gitignore initial 2024-09-14 19:12:42 +02:00
pyproject.toml initial 2024-09-14 19:12:42 +02:00
README.md x 2024-09-14 19:13:16 +02:00

Example config for homeserver.yaml

- module: synapse_invite_checker.InviteChecker
    config:
      blacklist_whitelist_url: "https://example.com/invites.json"
      use_whitelist: true
      use_blacklist: true