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:
		
							parent
							
								
									419f72f3bb
								
							
						
					
					
						commit
						b0f9b9618c
					
				| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue