AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Add new frontpage lexicon to drainpipe (#276)

authored by tom.sherman.is and committed by

GitHub 90f2f609 c25e04ee

+4 -1
+4 -1
packages-rs/drainpipe/src/main.rs
··· 47 47 48 48 let receiver = connect(JetstreamConfig { 49 49 endpoint: endpoint.clone(), 50 - wanted_collections: vec!["fyi.unravel.frontpage.*".to_string()], 50 + wanted_collections: vec![ 51 + "fyi.unravel.frontpage.*".to_string(), 52 + "fyi.frontpage.*".to_string(), 53 + ], 51 54 wanted_dids: vec![], 52 55 compression: JetstreamCompression::Zstd, 53 56 // Connect 10 seconds before the most recently received cursor