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

Timelines #4

merged opened by mia.omg.lol targeting main from push-znlunvslzwrw

This is "old" style timelines - the ones that show you all post and reply activity from people you follow. We may implement new style timelines in the future, but they're more complicated (and people quite like the old one anyways)

Labels

None yet.

component

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:63y3oh7iakdueqhlj6trojbq/sh.tangled.repo.pull/3meyvvfm2cz22
-1
Interdiff #0 #1
README.md

This file has not been changed.

crates/parakeet/src/xrpc/app_bsky/feed/mod.rs

This file has not been changed.

crates/parakeet/src/xrpc/app_bsky/feed/posts.rs

This file has not been changed.

-1
crates/parakeet/src/xrpc/app_bsky/feed/timeline.rs
··· 34 35 let mut tl_query = schema::author_feeds::table 36 .select(models::AuthorFeedItem::as_select()) 37 - .left_join(schema::posts::table.on(schema::posts::at_uri.eq(schema::author_feeds::post))) 38 .filter( 39 schema::author_feeds::did 40 .eq_any(follows_query)
··· 34 35 let mut tl_query = schema::author_feeds::table 36 .select(models::AuthorFeedItem::as_select()) 37 .filter( 38 schema::author_feeds::did 39 .eq_any(follows_query)
crates/parakeet/src/xrpc/app_bsky/mod.rs

This file has not been changed.

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat(parakeet): timelines
expand 0 comments
pull request successfully merged
1 commit
expand
feat(parakeet): timelines
expand 0 comments