Add missing to_json filter

master
Slavi Pantaleev 4 years ago committed by GitHub
parent 45e32bdad2
commit 8343ff5268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1582,7 +1582,7 @@ spam_checker: {{ matrix_synapse_spam_checker|to_json }}
# Uncomment to allow non-server-admin users to create groups on this server
#
enable_group_creation: {{ matrix_synapse_enable_group_creation }}
enable_group_creation: {{ matrix_synapse_enable_group_creation|to_json }}
# If enabled, non server admins can only create groups with local parts
# starting with this prefix

Loading…
Cancel
Save