瀏覽代碼

Render trusted_third_party_id_servers more prettily

pull/44/head
Slavi Pantaleev 7 年之前
父節點
當前提交
a454feb5df
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      roles/matrix-server/templates/synapse/homeserver.yaml.j2

+ 3
- 3
roles/matrix-server/templates/synapse/homeserver.yaml.j2 查看文件

@@ -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


Loading…
取消
儲存