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.

small snippet typo

videah 38bd24e3 3b6086f8

+2 -2
+2 -2
README.md
··· 11 11 let config = JetstreamConfig { 12 12 endpoint: DefaultJetstreamEndpoints::USEastOne.into(), 13 13 compression: JetstreamCompression::Zstd, 14 - ..Default::default () 14 + ..Default::default() 15 15 }; 16 16 17 17 let jetstream = JetstreamConnector::new(config).unwrap(); ··· 56 56 57 57 This listens for posts that *I personally make*. You can substitute your own DID and make a few test posts yourself if 58 58 you'd 59 - like of course! 59 + like of course!