Slavi Pantaleev
2 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
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 %} |
|
|
|
|