From d05cb930fff8028413c0ae4d345c5648decfa8c7 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sun, 1 Dec 2024 23:43:21 +0000 Subject: [PATCH] add bsky bridge to discovery --- .../website/src/routes/.well-known/matrix/mautrix/+server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts b/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts index 0b309e45..014c06fd 100644 --- a/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts +++ b/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts @@ -2,6 +2,7 @@ export async function GET({ url }) { const res = new Response(JSON.stringify({ "fi.mau.bridges": [ // "https://mautrix-discord.ellis.link", + "https://mautrix-bluesky.ellis.link", "https://mautrix-gmessages.ellis.link", "https://mautrix-meta.ellis.link", "https://mautrix-signal.ellis.link",