very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

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

[api] make sure cids are serialized as text in listRepos

dawn 1c7e199b bb279afc

+1 -1
+1 -1
src/api/xrpc/list_repos.rs
··· 52 52 repos.push(Repo { 53 53 active: Some(state.active), 54 54 did: did.clone(), 55 - head: Cid::from(commit_cid), 55 + head: Cid::Str(CowStr::Owned(commit_cid.to_smolstr())), 56 56 rev: atp_commit.rev, 57 57 status, 58 58 extra_data: None,