lightweight com.atproto.sync.listReposByCollection
45
fork

Configure Feed

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

oops fix example

phil e96b7ed3 f9db2b1c

+1 -1
+1 -1
examples/enqueue_resync.rs
··· 27 27 28 28 fn main() -> Result<(), Box<dyn std::error::Error>> { 29 29 let args = Args::parse(); 30 - let db = storage::open(&args.db_path, 64)?; 30 + let db = storage::open(&args.db_path, 64, None)?; 31 31 let now = SystemTime::now(); 32 32 33 33 for raw in &args.dids {