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

fix: custom verifications #44

merged opened by shi.gg targeting main

I broke this one

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:irs2tcoeuvuwj3m4yampbuco/sh.tangled.repo.pull/3mcs5juilis22
+1 -1
Diff #0
+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 () => {

History

1 round 0 comments
sign up or login to add to the discussion
shi.gg submitted #0
expand 0 comments
pull request successfully merged