From 31a7f4367cea8b7ad2237a624f02d867833efdf9 Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Sat, 28 Jun 2025 09:49:37 +0200 Subject: [PATCH] Update Draupnir role Synapse-http-antispam config to match upstream. (#4392) --- roles/custom/matrix-bot-draupnir/defaults/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index b67389f27..44b04f7c7 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -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. matrix_bot_draupnir_synapse_http_antispam_config_enabled_callbacks: - - check_event_for_spam - user_may_invite - user_may_join_room matrix_bot_draupnir_synapse_http_antispam_config_fail_open: - check_event_for_spam: true user_may_invite: true user_may_join_room: true -matrix_bot_draupnir_synapse_http_antispam_config_async: - check_event_for_spam: true +matrix_bot_draupnir_synapse_http_antispam_config_async: {} # Default configuration template which covers the generic use case. # You can customize it by controlling the various variables inside it.