Skip to content

Commit

Permalink
fix: PresentationSubmission must include the thid of the message
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Apr 25, 2024
1 parent c487859 commit 51cebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prism-agent/Agent.Credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class AgentCredentials implements AgentCredentialsClass {
],
message.to,
message.from,
message.thid
message.thid ?? message.id
);
return presentation;
}
Expand Down

0 comments on commit 51cebe0

Please sign in to comment.