Matrix: Add Support contact and fix status codes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2023-04-15 22:12:34 +02:00
parent c72fbdbfef
commit 3468572ee5
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ http://{{ matrix.baseurl }} {
}
respond /.well-known/matrix/client "{\"m.homeserver\": {\"base_url\": \"https://synapse.{{ matrix.baseurl }}\"} }" 200
respond /.well-known/matrix/server "{\"m.server\": \"synapse.{{ matrix.baseurl }}:443\"}" 200
respond /.well-known/matrix/support "{\"admins\":[{\"matrix_id\":\"@tobi:{{ matrix.baseurl }}\",\"email_address\":\"matrix@{{ matrix.baseurl }}\",\"role\":\"admin\"}]}" 200
respond 404
}