From b5d821ce56eb57236b5cf3fed5ca09167d9c1f5d Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:07:21 +0000 Subject: [PATCH] Update support Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- .well-known/matrix/support | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) 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" }