snarfed / bridgy

📣 Connects your web site to social media. Likes, retweets, mentions, cross-posting, and more...
https://brid.gy
Creative Commons Zero v1.0 Universal
707 stars 52 forks source link

Bluesky: canonicalize staging.bsky.app URLs to bsky.app #1585

Closed snarfed closed 10 months ago

snarfed commented 10 months ago

The Bluesky web frontend used to be on staging.bsky.app. They switched to bsky.app a while back, but there are still lots of staging.bsky.app URLs floating around, eg older syndication links. Example: https://snarfed.org/2023-04-10_49894

Concretely, we'd probably either add support for multiple input domains to UrlCanonicalizer, or implement Bluesky.canonicalize_url and do it there, a la https://github.com/snarfed/bridgy/issues/1579#issuecomment-1780168586 . Either is probably fine.

Not high priority! cc @JoelOtter

snarfed commented 10 months ago

This was more or less a one-liner, so I went ahead and did it 😎