lightweight com.atproto.sync.listReposByCollection
45
fork

Configure Feed

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

oops wtf why were we unwrapping here

phil d35325e0 380c6bc3

+1 -1
+1 -1
src/mst/collections.rs
··· 65 65 .parse() 66 66 .map_err(|e| MstCollectionsError::BadPath(format!("nsid parse: {e}")))?; 67 67 collections.push(collection); 68 - car.seek(&format!("{nsid_str}/{tilde_max}")).unwrap(); 68 + car.seek(&format!("{nsid_str}/{tilde_max}"))?; 69 69 } 70 70 collections.sort_unstable(); 71 71 Ok(collections)