don't update File Path

This commit is contained in:
Abhinav 2022-09-03 17:42:01 +05:30
parent 73c94d139e
commit 9a12deebb0

View file

@ -468,7 +468,6 @@ class UploadManager {
].includes(fileUploadResult)
) {
this.updateExistingFiles(decryptedFile);
await this.updateFilePaths(decryptedFile, fileWithCollection);
await this.watchFolderCallback(
fileWithCollection,
uploadedFile
@ -534,6 +533,7 @@ class UploadManager {
}
}
// not used
private async updateFilePaths(
decryptedFile: EnteFile,
fileWithCollection: FileWithCollection