Add support for customizing Synapse templates

This commit is contained in:
Slavi Pantaleev
2023-02-17 19:37:34 +02:00
parent 9775218850
commit 5df89a44b3
7 changed files with 159 additions and 2 deletions

View File

@ -555,6 +555,9 @@ templates:
# information about using custom templates.
#
#custom_template_directory: /path/to/custom/templates/
{% if matrix_synapse_templates_custom_template_directory %}
custom_template_directory: {{ matrix_synapse_templates_custom_template_directory | to_json }}
{% endif %}
# List of rooms to exclude from sync responses. This is useful for server
# administrators wishing to group users into a room without these users being able