tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(server): use bsky jetstreams first

dusk 2683e619 b7d77d22

+2 -2
+2 -2
server/src/main.rs
··· 71 71 .expect("cant install rustls crypto provider"); 72 72 73 73 let urls = [ 74 + "wss://jetstream1.us-west.bsky.network/subscribe", 75 + "wss://jetstream2.us-west.bsky.network/subscribe", 74 76 "wss://jetstream2.fr.hose.cam/subscribe", 75 77 "wss://jetstream.fire.hose.cam/subscribe", 76 - "wss://jetstream1.us-west.bsky.network/subscribe", 77 - "wss://jetstream2.us-west.bsky.network/subscribe", 78 78 ]; 79 79 let mut jetstream = match JetstreamClient::new(urls) { 80 80 Ok(client) => client,