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

Fix botched merge conflict (2d97b62) resolution

authored by seoul.systems and committed by tangled.org d4bbd7bb a9cdfb73

+1 -2
+1 -2
constellation/src/server/mod.rs
··· 797 797 } 798 798 799 799 #[derive(Clone, Deserialize)] 800 - struct GetDistinctItemsQuery { 800 + struct GetBacklinkDidsQuery { 801 801 subject: String, 802 802 source: String, 803 803 cursor: Option<OpaqueApiCursor>, ··· 855 855 GetBacklinkDidsResponse { 856 856 total: paged.total, 857 857 linking_dids: paged.items, 858 - >>>>>>> 7a3e36b (Add getDistinct XRPC equivalent to REST /links/distinct-dids) 859 858 cursor, 860 859 query: (*query).clone(), 861 860 },