From 81c54cc7b0e503aace5ece8f347843d4a04c261a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 5 Aug 2026 22:37:36 -0400 Subject: Matrix support --- public/.well-known/matrix/support | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/.well-known/matrix/support (limited to 'public/.well-known/matrix/support') diff --git a/public/.well-known/matrix/support b/public/.well-known/matrix/support new file mode 100644 index 0000000..db80b96 --- /dev/null +++ b/public/.well-known/matrix/support @@ -0,0 +1,10 @@ +{ + "contacts": + [ + { + "role": "m.role.admin", + "email_address": "andrew@alee14.me", + "matrix_id": "@alee:alee14.me" + } + ] +} -- cgit v1.2.3