drawnSignature management #242
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
drawnSignature
data is too big for relaysWe should store on blossom, using the hash
drawnSignatures
sectionThis would mean that file size is no longer a real concern.
In a future release we can save signature data in the user (app) data, so that it can be re-used across multiple sigits
The signature data is saved under
signatures/<encrypted_hash>.json
The current implementation only throws an error if there is mismatch during hash comparison as soon as we fetch the data in
fetchAndDecrypt
function, there is no visual representation in the UI.Closed by #258