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`).
master
Slavi Pantaleev 2 years ago committed by GitHub
parent 5addb889b1
commit 94c9780f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save