mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-16 19:04:43 +03:00
No need to update mtime and etag after a move
The server keeps the mtime and etag anyway. And changing the mtime also changes the etag and so make other clients re-download the file instead of detecting the move
This commit is contained in:
parent
1543899795
commit
5471bfd5a8
1 changed files with 0 additions and 3 deletions
|
@ -293,9 +293,6 @@ void PropagateRemoteRename::start()
|
|||
if (updateErrorFromSession(rc)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!updateMTimeAndETag(uri2.data(), _item._modtime))
|
||||
return;
|
||||
}
|
||||
// Wed, 15 Nov 1995 06:25:24 GMT
|
||||
QDateTime dt = QDateTime::currentDateTimeUtc();
|
||||
|
|
Loading…
Reference in a new issue