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
This commit is contained in:
Aleksei Voronov 2023-11-05 20:16:29 +01:00
parent 419f72f3bb
commit b0f9b9618c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {