mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 01:20:38 +00:00
Add missing to_json filter
This commit is contained in:
parent
45e32bdad2
commit
8343ff5268
|
@ -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
|
# 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
|
# If enabled, non server admins can only create groups with local parts
|
||||||
# starting with this prefix
|
# starting with this prefix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user