Ver a proveniência
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
há 4 anos
committed by
GitHub
ascendente
cometimento
94c9780f7a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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" |
|
|
|
|