superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.65k stars 308 forks source link

[bug] Can't find @bsky.brid.gy@bsky.brid.gy to follow #2945

Open mbirth opened 3 months ago

mbirth commented 3 months ago

Describe the bug with a clear and concise description of what the bug is.

As per the Bridgy Fed documentation, to bridge a Mastodon account into BlueSky, you're supposed to follow @bsky.brid.gy@bsky.brid.gy.

However, when searching for that user using Ice Cubes and my GtS setup, the search indicator doesn't stop spinning and thus doesn't return the account so I can follow it. Using Mona, the search stops after a second with "No Users Found".

What's your GoToSocial Version?

GoToSocial 0.15.0+git-15733cd

GoToSocial Arch

arm64 Docker

What happened?

When searching for @bsky.brid.gy@bsky.brid.gy, depending on the client, the search never finishes or finishes without any result.

What you expected to happen?

It should find the user @bsky.brid.gy@bsky.brid.gy and allow me to follow it.

How to reproduce it?

Search for @fed.brid.gy@fed.brid.gy first, notice how there's a proper result. Then try searching for @bsky.brid.gy@bsky.brid.gy.

Anything else we need to know?

This is tracked at Bridgy here: https://github.com/snarfed/bridgy-fed/issues/1033 and seems to be related to #1820 and/or #2082.

tsmethurst commented 3 months ago

Indeed looks like it's related to that URL constraint, we'll fix that when time permits.