ソースを参照

e2ee_backup_methods: rather leave the default empty, so that the system default may apply

pull/679/head
Tobias Küchel 5年前
コミット
5158fa4df9
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-base/defaults/main.yml

+ 1
- 1
roles/matrix-base/defaults/main.yml ファイルの表示

@@ -75,7 +75,7 @@ matrix_client_element_e2ee_backup_required: false
# Controls which backup methods from ["key", "passphrase"] should be used, both is the default.
# Setting this to other then empty will update `/.well-known/matrix/client` and tell Element which method to use
# See: https://github.com/vector-im/element-web/blob/develop/docs/e2ee.md
matrix_client_element_e2ee_backup_methods: [ "key", "passphrase" ]
matrix_client_element_e2ee_backup_methods: []

# The Docker network that all services would be put into
matrix_docker_network: "matrix"


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