diff --git a/.well-known/matrix/support b/.well-known/matrix/support index eef0a59..3366b20 100644 --- a/.well-known/matrix/support +++ b/.well-known/matrix/support @@ -1,11 +1,16 @@ { - admins: [{ - matrix_id: "@tommy:arcticfoxes.net", - email_address: "contact@tommytran.io", - role: "admin" - }, - { - matrix_id: "@wj25czxj47bu6q:arcticfoxes.net", - role: "admin" - }] + admins: [ + { + matrix_id: "@tommy:arcticfoxes.net", + email_address: "contact@tommytran.io", + role: "admin" + }, { + matrix_id: "@wj25czxj47bu6q:arcticfoxes.net", + role: "admin" + }, { + matrix_id: "@wj25czxj47bu6q:matrix.org", + role: "admin" + } + ], + support_page: "https://matrix.to/#/!rDupCPSbLkmieTosZU:arcticfoxes.net?via=arcticfoxes.net&via=matrix.org&via=jameskitt616.one" }