decentralised message store

fix: look up correct nsid and subject in constellation

serenity aec09476 7cd2fe55

Changed files
+2 -2
src
lib
handlers
+2 -2
src/lib/handlers/handshake.ts
···
// not implemented for now because we support public first
const constellationResponse = await getConstellationBacklink({
-
subject: OWNER_DID,
+
subject: `at://${OWNER_DID}/systems.gmstn.development.shard/${SERVICE_DID.slice(8)}`,
source: {
-
nsid: "systems.gmstn.development.shard",
+
nsid: "systems.gmstn.development.channel",
fieldName: "storeAt.uri",
},
});