Add support for customizing Synapse templates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user