Skip to content

Commit

Permalink
feat(Mercury): adding return_route: all to didcomm Message (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtis-h authored Aug 25, 2023
1 parent 3dda29d commit 1972a9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/mercury/didcomm/Wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ export class DIDCommWrapper implements DIDCommProtocol {
//expires_time: Number(message.expiresTimePlus),
thid: message.thid,
pthid: message.pthid,
//TODO: Remove comment once fixed by rootsID or we are sure this works,
//if not message is not correctly formatted
//return_route: "all",
return_route: "all",
});

const [encryptedMsg] = await didcommMsg.pack_encrypted(
to,
fromDid ? fromDid.toString() : null,
Expand Down

0 comments on commit 1972a9e

Please sign in to comment.