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

Configure Feed

Select the types of activity you want to include in your feed.

remove code-level deprecation markers

not likely to get reused as library code // the deprecation is more a network-user-facing thing

phil dd489108 0d121dbe

-2
-2
constellation/src/server/mod.rs
··· 355 355 #[serde(skip_serializing)] 356 356 query: GetLinksCountQuery, 357 357 } 358 - #[deprecated] 359 358 fn count_links( 360 359 accept: ExtractAccept, 361 360 query: Query<GetLinksCountQuery>, ··· 715 714 #[serde(skip_serializing)] 716 715 query: GetAllLinksQuery, 717 716 } 718 - #[deprecated] 719 717 fn count_all_links( 720 718 accept: ExtractAccept, 721 719 query: Query<GetAllLinksQuery>,