fix random edits to upstream

This commit is contained in:
Michael-GMH
2021-05-25 21:25:40 +08:00
parent ea6e344d05
commit 6f40d78353
3 changed files with 15 additions and 4 deletions

View File

@ -587,4 +587,3 @@ matrix_synapse_configuration_extension: "{{ matrix_synapse_configuration_extensi
# Holds the final Synapse configuration (a combination of the default and its extension).
# You most likely don't need to touch this variable. Instead, see `matrix_synapse_configuration_yaml`.
matrix_synapse_configuration: "{{ matrix_synapse_configuration_yaml|from_yaml|combine(matrix_synapse_configuration_extension, recursive=True) }}"