Slavi Pantaleev
před 2 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
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 %} |
|
|
|
|