瀏覽代碼

Fix Synapse-HTTP-Antispam configuration error in Draupnir

pull/4304/head
Catalan Lover 11 月之前
父節點
當前提交
ad38bf05ab
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 99A263BABA26C9D9
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 3
- 3
roles/custom/matrix-bot-draupnir/defaults/main.yml 查看文件

@@ -148,9 +148,9 @@ 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: true
- user_may_invite: true
- user_may_join_room: true
- 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


Loading…
取消
儲存