Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

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

it's called constellation now

phil 72177718 94fdd0f2

+1 -1
+1 -1
constellation/src/consumer/jetstream.rs
··· 79 79 .unwrap_or("".into()) 80 80 ); 81 81 let mut req = (&stream_url).into_client_request()?; 82 - let ua = format!("ucosm/link aggregator v{}", env!("CARGO_PKG_VERSION")); 82 + let ua = format!("microcosm/constellation v{}", env!("CARGO_PKG_VERSION")); 83 83 req.headers_mut().insert("user-agent", ua.parse()?); 84 84 85 85 let host = req.uri().host().expect("jetstream request uri has a host");