ソースを参照

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
この署名に対応する既知のキーがデータベースに存在しません 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"


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