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`).
This commit is contained in:
Slavi Pantaleev 2022-02-09 10:38:28 +02:00 committed by GitHub
parent 5addb889b1
commit 94c9780f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -575,7 +575,7 @@ matrix_synapse_spam_checker: []
matrix_synapse_modules: [] 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: matrix_synapse_trusted_key_servers:
- server_name: "matrix.org" - server_name: "matrix.org"