···1111let config = JetstreamConfig {
1212 endpoint: DefaultJetstreamEndpoints::USEastOne.into(),
1313 compression: JetstreamCompression::Zstd,
1414- ..Default::default ()
1414+ ..Default::default()
1515};
16161717let jetstream = JetstreamConnector::new(config).unwrap();
···56565757This listens for posts that *I personally make*. You can substitute your own DID and make a few test posts yourself if
5858you'd
5959-like of course!5959+like of course!