MatrixSynapse/tests/rest/client
Brendan Abolivier 4e51621064
Add a spamchecker method to allow or deny 3pid invites (#10894)
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.

Note that a module callback already exists for 3pid invites (https://matrix-org.github.io/synapse/develop/modules/third_party_rules_callbacks.html#check_threepid_can_be_invited) but it doesn't check whether the sender of the invite is allowed to send it.
2021-10-06 17:18:13 +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 method to allow or deny 3pid invites (#10894) 2021-10-06 17:18:13 +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