ソースを参照

Fix mixed indentation

pull/1931/head
teutat3s 4年前
コミット
91cca1b63a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 18DAE600A6BBE705
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      roles/matrix-base/templates/static-files/well-known/matrix-support.j2

+ 3
- 3
roles/matrix-base/templates/static-files/well-known/matrix-support.j2 ファイルの表示

@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
{
"admins": {{ matrix_homeserver_admin_contacts|to_json }}
{% if matrix_homeserver_support_url %},
"support_page": "{{ matrix_homeserver_support_url|to_json }}"
{% endif %}
{% if matrix_homeserver_support_url %},
"support_page": "{{ matrix_homeserver_support_url|to_json }}"
{% endif %}
}

読み込み中…
キャンセル
保存