Skip to content

Commit

Permalink
fix: Add replyTo & replyUrl to message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Apr 22, 2020
1 parent 568a845 commit c6cbd30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/daf-selective-disclosure/src/message-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export class SdrMessageHandler extends AbstractMessageHandler {
message.type = MessageTypes.sdr
message.from = new Identity()
message.from.did = message.data.iss
message.replyUrl = message.data.replyUrl
message.replyTo = message.data.replyTo

if (message.data.subject) {
const to = new Identity()
Expand Down

0 comments on commit c6cbd30

Please sign in to comment.