Преглед изворни кода

Add missing to_json filter

pull/381/head
Slavi Pantaleev пре 6 година
committed by GitHub
родитељ
комит
8343ff5268
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Прегледај датотеку

@@ -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…
Откажи
Сачувај