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

fix list allows

mia.omg.lol ee988c36 da2dbdd1

verified
+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