update matrix support info

This commit is contained in:
creme 2021-08-15 18:50:06 +00:00
parent 09651e250d
commit c11dc15fe3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ server {
# add_header Access-Control-Allow-Origin "$DO_CORS";
add_header Access-Control-Allow-Origin "*";
add_header Content-Type application/json;
return 200 '{"admins": [{"matrix_id": "@creme:envs.net", "email_address": "hostmaster@envs.net", "role": "admin"}]}';
return 200 '{"admins": [{"matrix_id": "@creme:envs.net", "email_address": "hostmaster@envs.net", "role": "admin"}], "support_page": "https://matrix.to/#/#envs:envs.net"}';
}
location /.well-known/matrix/ {