소스 검색

Fix matrix_synapse_encryption_enabled_by_default_for_room_type

The value of `off` was taken to be a boolean, but it shouldn't be.

Synapse expects a string (currently one of: `all`, `invite`, `off`).
pull/1606/head
Slavi Pantaleev 4 년 전
committed by GitHub
부모
커밋
94c9780f7a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml 파일 보기

@@ -575,7 +575,7 @@ matrix_synapse_spam_checker: []

matrix_synapse_modules: []

matrix_synapse_encryption_enabled_by_default_for_room_type: false
matrix_synapse_encryption_enabled_by_default_for_room_type: "off"

matrix_synapse_trusted_key_servers:
- server_name: "matrix.org"


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