MatrixSynapse/tests/rest/client
Brendan Abolivier b10257e879
Add a spamchecker callback to allow or deny room creation based on invites (#10898)
This is in the context of creating new module callbacks that modules in https://github.com/matrix-org/synapse-dinsic can use, in an effort to reconcile the spam checker API in synapse-dinsic with the one in mainline.

This adds a callback that's fairly similar to user_may_create_room except it also allows processing based on the invites sent at room creation.
2021-09-24 16:38:23 +02:00
..
__init__.py
test_account.py
test_auth.py
test_capabilities.py
test_consent.py
test_directory.py
test_ephemeral_message.py
test_events.py
test_filter.py
test_groups.py
test_identity.py
test_keys.py
test_login.py
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py
test_redactions.py
test_register.py
test_relations.py
test_report_event.py
test_retention.py
test_rooms.py Add a spamchecker callback to allow or deny room creation based on invites (#10898) 2021-09-24 16:38:23 +02:00
test_sendtodevice.py
test_shadow_banned.py
test_shared_rooms.py
test_sync.py
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py