From d2f3cce65ac7cb5087d0e606964d96bb64972f2b Mon Sep 17 00:00:00 2001 From: Tamme Schichler Date: Thu, 31 Oct 2024 12:11:04 +0100 Subject: [PATCH] swap entries of @bsky.brid.gy@bsky.brid.gy's `url` property Workaround for GoToSocial. See https://github.com/snarfed/bridgy-fed/issues/1033#issuecomment-2395129612 --- bsky.brid.gy.as2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsky.brid.gy.as2.json b/bsky.brid.gy.as2.json index 0699f605..5722c4a2 100644 --- a/bsky.brid.gy.as2.json +++ b/bsky.brid.gy.as2.json @@ -7,8 +7,8 @@ "type": "Application", "id": "https://bsky.brid.gy/bsky.brid.gy", "url": [ - "https://fed.brid.gy/", - "https://bsky.brid.gy/" + "https://bsky.brid.gy/", + "https://fed.brid.gy/" ], "preferredUsername": "bsky.brid.gy", "summary": "

Bridgy Fed bot user for Bluesky. To bridge your fediverse account to Bluesky, follow this account. More info here.

After you follow this account, it will follow you back. Accept its follow to make sure your fediverse posts get sent to the bridge and make it into Bluesky.

To ask a Bluesky user to bridge their account, DM their handle (eg snarfed.bsky.social) to this account.

",