Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

fix: custom verifications

I broke this one

authored by shi.gg and committed by tangled.org ee39203a e72a563d

+1 -1
+1 -1
src/state/queries/deer-verification.ts
··· 80 80 async link => { 81 81 let service = await resolvePdsServiceUrl(link.did) 82 82 83 - const request = `${service}/xrpc/com.atproto.repo.getRecord?repo=${did}&collection=app.bsky.graph.verification&rkey=${link.rkey}` 83 + const request = `${service}/xrpc/com.atproto.repo.getRecord?repo=${link.did}&collection=app.bsky.graph.verification&rkey=${link.rkey}` 84 84 const record = await verificationCache.getOrTryInsertWith( 85 85 request, 86 86 async () => {