ソースを参照

Update Draupnir role Synapse-http-antispam config to match upstream.

pull/4392/head
Catalan Lover 10ヶ月前
コミット
64dfff105e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 649BCCF930C07F70
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,17 +148,17 @@ 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
#- 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
#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
#check_event_for_spam: true

# Default configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.


読み込み中…
キャンセル
保存