tangled
alpha
login
or
join now
seoul.systems
/
microcosm-rs
forked from
microcosm.blue/microcosm-rs
0
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork
atom
overview
issues
pulls
pipelines
Fix botched merge conflict (2d97b62) resolution
seoul.systems
2 weeks ago
0d835275
836ddc94
+1
-2
1 changed file
expand all
collapse all
unified
split
constellation
src
server
mod.rs
+1
-2
constellation/src/server/mod.rs
···
797
797
}
798
798
799
799
#[derive(Clone, Deserialize)]
800
800
-
struct GetDistinctItemsQuery {
800
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
858
-
>>>>>>> 7a3e36b (Add getDistinct XRPC equivalent to REST /links/distinct-dids)
859
858
cursor,
860
859
query: (*query).clone(),
861
860
},