decentralised sync engine
0
fork

Configure Feed

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

fix: compare correctly

serenity 186f4ed3 06c8ae55

+1 -1
+1 -1
src/lib/handlers/latticeHandshake.ts
··· 184 184 185 185 // FIXME: this also assumes that the requesting lattice's DID is a did:web 186 186 // see below for the rest of the issues. 187 - if (routeThroughUri.rKey === SERVICE_DID.slice(8)) { 187 + if (routeThroughUri.rKey !== SERVICE_DID.slice(8)) { 188 188 errors.push( 189 189 "Mismatch between claimant lattice and channel routeThrough. Request wants to validate for", 190 190 routeThroughUri.rKey,