File tree 1 file changed +4
-2
lines changed
EdgeAgentSDK/EdgeAgent/Sources/DIDCommAgent
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ public extension DIDCommAgent {
152
152
options: [
153
153
. linkSecret( id: " " , secret: linkSecretString) ,
154
154
. credentialDefinitionDownloader( downloader: downloader) ,
155
- . schemaDownloader( downloader: downloader)
155
+ . schemaDownloader( downloader: downloader) ,
156
+ message. thid. map { . thid( $0) } ?? . thid( message. id)
156
157
]
157
158
)
158
159
@@ -222,7 +223,8 @@ public extension DIDCommAgent {
222
223
. subjectDID( did) ,
223
224
. linkSecret( id: did. string, secret: linkSecretString) ,
224
225
. credentialDefinitionDownloader( downloader: downloader) ,
225
- . schemaDownloader( downloader: downloader)
226
+ . schemaDownloader( downloader: downloader) ,
227
+ offer. thid. map { . thid( $0) } ?? . thid( offer. id)
226
228
]
227
229
)
228
230
You can’t perform that action at this time.
0 commit comments