From 07ff893a3809a2329f1882481193112bb4782d2a Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 25 Nov 2024 14:05:18 +0000 Subject: [PATCH] Discord bridge not a megabridge --- .../website/src/routes/.well-known/matrix/mautrix/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 81045b3a..0b309e45 100644 --- a/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts +++ b/packages/website/src/routes/.well-known/matrix/mautrix/+server.ts @@ -1,7 +1,7 @@ export async function GET({ url }) { const res = new Response(JSON.stringify({ "fi.mau.bridges": [ - "https://mautrix-discord.ellis.link", + // "https://mautrix-discord.ellis.link", "https://mautrix-gmessages.ellis.link", "https://mautrix-meta.ellis.link", "https://mautrix-signal.ellis.link",