ソースを参照

Merge pull request #2956 from etkecc/patch-311

Update MSC1929 integration
pull/2958/head
Slavi Pantaleev 2年前
committed by GitHub
コミット
7d2970fd0f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-base/templates/static-files/well-known/matrix-support.j2

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

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


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