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 list allows

Mia ee988c36 da2dbdd1

+2 -2
+2 -2
consumer/src/db/gates.rs
··· 83 83 ) 84 84 .await? 85 85 .get(0); 86 - if count == 0 { 87 - return Ok(true); 86 + if count != 0 { 87 + return Ok(false); 88 88 } 89 89 } 90 90