Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver
66
fork

Configure Feed

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

fix(consumer): i am going to scream

Mia ce6af714 51226c50

+2
+2
consumer/src/indexer/mod.rs
··· 381 381 for op in &commit.ops { 382 382 process_op(&mut t, &mut state.idxc_tx, &commit.repo, op, &blocks).await?; 383 383 } 384 + 385 + t.commit().await?; 384 386 } else { 385 387 let items = commit 386 388 .ops