Parcourir la source

Merge pull request #2956 from etkecc/patch-311

Update MSC1929 integration
pull/2958/head
Slavi Pantaleev il y a 2 ans
committed by GitHub
Parent
révision
7d2970fd0f
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer