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(parakeet): getRepostedBy needs camelCase response

Mia 84aa8611 cc615a8e

+1
+1
parakeet/src/xrpc/app_bsky/feed/posts.rs
··· 521 521 } 522 522 523 523 #[derive(Debug, Serialize)] 524 + #[serde(rename_all = "camelCase")] 524 525 pub struct GetRepostedByRes { 525 526 pub uri: String, 526 527 #[serde(skip_serializing_if = "Option::is_none")]