Don't overwrite the locally available modificationTime for a modified file
This commit is contained in:
parent
048b60023f
commit
09289df9dc
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ class RemoteSyncService {
|
|||
// File was updated since the app was uninstalled
|
||||
_logger.info("Updated since last installation: " +
|
||||
file.uploadedFileID.toString());
|
||||
file.modificationTime = existingFiles[0].modificationTime;
|
||||
file.updationTime = null;
|
||||
updated++;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue