Merge pull request #42 from ente-io/skip_exif_upload
Stop uploading fileExif as part of encrypted metadata
This commit is contained in:
commit
218b83b026
1 changed files with 0 additions and 4 deletions
|
@ -140,10 +140,6 @@ class File {
|
||||||
metadata["duration"] = duration;
|
metadata["duration"] = duration;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fileType == FileType.image || fileType == FileType.livePhoto){
|
|
||||||
exif = (await readExifFromFile(sourceFile)).toString();
|
|
||||||
metadata["exif"] = exif;
|
|
||||||
}
|
|
||||||
hash = Sodium.bin2base64(await CryptoUtil.getHash(sourceFile));
|
hash = Sodium.bin2base64(await CryptoUtil.getHash(sourceFile));
|
||||||
metadata["hash"] = hash;
|
metadata["hash"] = hash;
|
||||||
metadata["version"] = metadataVersion;
|
metadata["version"] = metadataVersion;
|
||||||
|
|
Loading…
Add table
Reference in a new issue