From 2ee6b284a144ef3aabf1a8c5563b3c2d5505cd4e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 10 Feb 2026 14:02:40 -0500 Subject: [PATCH] remove useless matrix stuff --- public/.well-known/matrix/client | 8 -------- public/.well-known/matrix/server | 3 --- public/.well-known/matrix/support | 9 --------- 3 files changed, 20 deletions(-) delete mode 100644 public/.well-known/matrix/client delete mode 100644 public/.well-known/matrix/server delete mode 100644 public/.well-known/matrix/support 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" - } - ] -}