fix(synapse): merge config recursively
This commit is contained in:
parent
e4f0e1e1fa
commit
5b052beaad
@ -27,4 +27,4 @@ synapse_default_config: >-
|
||||
|
||||
synapse_homeserver_config: >-
|
||||
{{ synapse_default_config
|
||||
| combine(synapse_config | default({})) }}
|
||||
| combine(synapse_config | default({}), recursive=True) }}
|
||||
|
Loading…
Reference in New Issue
Block a user