Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

Address fig's comments

see https://tangled.org/microcosm.blue/microcosm-rs/pulls/9/round/3#comment-1707

+1 -2
+1 -2
constellation/src/server/mod.rs
··· 626 626 #[serde(skip_serializing)] 627 627 query: GetLinkItemsQuery, 628 628 } 629 - #[deprecated] 630 629 fn get_links( 631 630 accept: ExtractAccept, 632 631 query: axum_extra::extract::Query<GetLinkItemsQuery>, // supports multiple param occurrences ··· 840 839 let path = format!(".{path}"); 841 840 842 841 let paged = store 843 - .get_distinct_dids(&query.subject, &collection, &path, limit, until) 842 + .get_distinct_dids(&query.subject, collection, &path, limit, until) 844 843 .map_err(|_| http::StatusCode::INTERNAL_SERVER_ERROR)?; 845 844 846 845 let cursor = paged.next.map(|next| {