Add |to_json

This commit is contained in:
Slavi Pantaleev 2021-12-27 21:45:13 +02:00 committed by GitHub
parent 297ed9ce36
commit 280c6c5424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2651,7 +2651,7 @@ spam_checker: {{ matrix_synapse_spam_checker|to_json }}
# Note that this option will only affect rooms created after it is set. It
# will also not affect rooms created by other servers.
#
encryption_enabled_by_default_for_room_type: {{ matrix_synapse_encryption_enabled_by_default_for_room_type }}
encryption_enabled_by_default_for_room_type: {{ matrix_synapse_encryption_enabled_by_default_for_room_type|to_json }}
# Uncomment to allow non-server-admin users to create groups on this server