diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client deleted file mode 100644 index 2a5154e..0000000 --- a/public/.well-known/matrix/client +++ /dev/null @@ -1,8 +0,0 @@ -{ - "m.homeserver": { - "base_url": "https://matrix.henryhiles.com", - "org.matrix.msc3575.proxy": { - "url": "https://matrix.henryhiles.com" - } - } -} diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server deleted file mode 100644 index 3e6ac2a..0000000 --- a/public/.well-known/matrix/server +++ /dev/null @@ -1,3 +0,0 @@ -{ - "m.server": "matrix.henryhiles.com:443" -} diff --git a/public/.well-known/matrix/support b/public/.well-known/matrix/support deleted file mode 100644 index 7f0d927..0000000 --- a/public/.well-known/matrix/support +++ /dev/null @@ -1,9 +0,0 @@ -{ - "contacts": [ - { - "matrix_id": "@quadradical:henryhiles.com", - "email_address": "henry@henryhiles.com", - "role": "m.role.admin" - } - ] -}