Skip to content

Commit 0e26e4b

Browse files
committed
WIP: set proof.uploadedDate during storeRemoteCapture
storeIndexedProof is called from storeRemoteCapture. storeRemoteCapture most of the time is called when user restore (during app start) or reload (triggers pull to refresh)
1 parent 41f9cd4 commit 0e26e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/dia-backend/asset/downloading/dia-backend-downloading.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class DiaBackendAssetDownloadingService {
8080
},
8181
});
8282
proof.diaBackendAssetId = diaBackendAsset.id;
83+
proof.uploadedAt = diaBackendAsset.uploaded_at;
8384
if (diaBackendAsset.signed_metadata) proof.setSignatureVersion();
8485
return this.proofRepository.add(proof, OnConflictStrategy.REPLACE);
8586
}

0 commit comments

Comments
 (0)