diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index 81b06fe..e50666e 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1 +1,11 @@ -{"m.server":{"base_url":"https://matrix.seirdy.one"},"m.homeserver":{"base_url":"https://matrix.seirdy.one"},"org.matrix.msc3575.proxy":{"url":"https://matrix.seirdy.one"}} +{ + "m.server": { + "base_url": "https://matrix.seirdy.one" + }, + "m.homeserver": { + "base_url": "https://matrix.seirdy.one" + }, + "org.matrix.msc3575.proxy": { + "url": "https://matrix.seirdy.one" + } +} diff --git a/static/.well-known/matrix/support b/static/.well-known/matrix/support new file mode 100644 index 0000000..bca0c4c --- /dev/null +++ b/static/.well-known/matrix/support @@ -0,0 +1,9 @@ +{ + "contacts": [ + { + "email_address": "seirdy@seirdy.one", + "matrix_id": "@seirdy:seirdy.one", + "role": "m.role.admin" + } + ] +}