Render trusted_third_party_id_servers more prettily

This commit is contained in:
Slavi Pantaleev 2018-11-23 11:07:22 +02:00
parent bc15db3316
commit a454feb5df

View File

@ -469,10 +469,10 @@ allow_guest_access: False
# The list of identity servers trusted to verify third party
# identifiers by this server.
{% if matrix_synapse_trusted_third_party_id_servers|length > 0 %}
trusted_third_party_id_servers:
{% for server in matrix_synapse_trusted_third_party_id_servers %}
- {{ server }}
{% endfor %}
{{ matrix_synapse_trusted_third_party_id_servers|to_nice_yaml }}
{% endif %}
# Users who register on this homeserver will automatically be joined
# to these rooms