mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-01 13:47:51 +02:00
Update Draupnir role Synapse-http-antispam config to match upstream. (#4392)
This commit is contained in:
@ -148,17 +148,14 @@ matrix_bot_draupnir_synapse_http_antispam_config_base_url: "{{ matrix_bot_draupn
|
|||||||
# Therefore the module is configured from Draupnir because the consumer of the module determines what settings are relevant.
|
# Therefore the module is configured from Draupnir because the consumer of the module determines what settings are relevant.
|
||||||
|
|
||||||
matrix_bot_draupnir_synapse_http_antispam_config_enabled_callbacks:
|
matrix_bot_draupnir_synapse_http_antispam_config_enabled_callbacks:
|
||||||
- check_event_for_spam
|
|
||||||
- user_may_invite
|
- user_may_invite
|
||||||
- user_may_join_room
|
- user_may_join_room
|
||||||
|
|
||||||
matrix_bot_draupnir_synapse_http_antispam_config_fail_open:
|
matrix_bot_draupnir_synapse_http_antispam_config_fail_open:
|
||||||
check_event_for_spam: true
|
|
||||||
user_may_invite: true
|
user_may_invite: true
|
||||||
user_may_join_room: true
|
user_may_join_room: true
|
||||||
|
|
||||||
matrix_bot_draupnir_synapse_http_antispam_config_async:
|
matrix_bot_draupnir_synapse_http_antispam_config_async: {}
|
||||||
check_event_for_spam: true
|
|
||||||
|
|
||||||
# Default configuration template which covers the generic use case.
|
# Default configuration template which covers the generic use case.
|
||||||
# You can customize it by controlling the various variables inside it.
|
# You can customize it by controlling the various variables inside it.
|
||||||
|
Reference in New Issue
Block a user