diff --git a/.well-known/matrix/support b/.well-known/matrix/support index 3366b20..f08a19f 100644 --- a/.well-known/matrix/support +++ b/.well-known/matrix/support @@ -1,16 +1,16 @@ { - 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" + "contacts": [ + { + "matrix_id": "@tommy:arcticfoxes.net", + "email_address": "contact@tommytran.io", + "role": "m.role.admin" + }, { + "matrix_id": "@wj25czxj47bu6q:arcticfoxes.net", + "role": "m.role.admin" + }, { + "matrix_id": "@wj25czxj47bu6q:matrix.org", + "role": "m.role.admin" + } + ], + "support_page": "https://matrix.to/#/!rDupCPSbLkmieTosZU:arcticfoxes.net?via=arcticfoxes.net&via=matrix.org&via=jameskitt616.one" }