Move config supprt for unfederated dimension into group_vars

This commit is contained in:
Chris van Dijk
2020-04-22 19:01:56 +02:00
parent 18beb30466
commit 3f4bc9b881
4 changed files with 18 additions and 6 deletions

View File

@ -226,11 +226,7 @@ listeners:
x_forwarded: true
resources:
- names:
- client
{% if matrix_dimension_enabled and not matrix_synapse_federation_enabled %}
- openid
{% endif %}
- names: {{ matrix_synapse_http_listener_resource_names|to_json }}
compress: false
{% if matrix_synapse_federation_enabled %}