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.

remove accidental dbg!

Mia a3338668 ee988c36

+1 -1
+1 -1
consumer/src/db/copy.rs
··· 207 207 .into_iter() 208 208 .map(|v| (v.get(0), v.get(1), v.get(2))).collect(); 209 209 210 - for (root, post, created_at) in dbg!(threadgated) { 210 + for (root, post, created_at) in threadgated { 211 211 match super::post_enforce_threadgate(conn, &root, did, created_at, true).await { 212 212 Ok(true) => { 213 213 conn.execute(