From b0f9b9618cc706b2880f0e756064a43b39420130 Mon Sep 17 00:00:00 2001 From: Aleksei Voronov Date: Sun, 5 Nov 2023 20:16:29 +0100 Subject: [PATCH] Update Firehose URL to bsky.network This is the right thing to do at this moment as per Bluesky blog post[1] asking developers to switch to the new URL which supports federation properly. [1]: https://atproto.com/blog/bgs-and-did-doc --- src/services/bluesky/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/bluesky/client.rs b/src/services/bluesky/client.rs index 05fced3..42cd819 100644 --- a/src/services/bluesky/client.rs +++ b/src/services/bluesky/client.rs @@ -24,7 +24,7 @@ pub struct Bluesky { impl Bluesky { pub const XRPC_HOST: &str = "https://bsky.social"; - pub const FIREHOSE_HOST: &str = "wss://bsky.social"; + pub const FIREHOSE_HOST: &str = "wss://bsky.network"; pub fn unauthenticated() -> Self { Self {