diff --git a/src/main.rs b/src/main.rs index 39fc0ea..a479df0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,10 @@ async fn main() -> anyhow::Result<()> { compression: false, zstd_dictionary_location: String::new(), jetstream_hostname: "jetstream1.us-east.bsky.network".to_string(), - collections: vec!["app.bsky.feed.post".to_string()], + collections: vec![ + "app.bsky.feed.post".to_string(), + "app.bsky.feed.like".to_string(), + ], max_message_size_bytes: None, cursor: None, require_hello: false,