소스 검색

Fix Synapse-HTTP-Antispam configuration error in Draupnir

pull/4305/head
Catalan Lover 10 달 전
committed by Slavi Pantaleev
부모
커밋
4e0f031ebd
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


불러오는 중...
취소
저장