mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Discovery: Attempt to fix issue with windows VFS and new files
(or moved files) As seen in the log of #7558, a conflict may be issued by mistake. See investigation in https://github.com/owncloud/client/issues/7558#issuecomment-547385362 This hopefully fix #7558
This commit is contained in:
parent
513b0c723c
commit
88f86a56b1
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ void ProcessDirectoryJob::processFile(PathTuple path,
|
|||
// remote will be rediscovered. This is just a fallback for a similar check
|
||||
// in processFileAnalyzeRemoteInfo().
|
||||
if (_queryServer == ParentNotChanged
|
||||
&& dbEntry.isValid()
|
||||
&& (dbEntry._type == ItemTypeVirtualFileDownload
|
||||
|| localEntry.type == ItemTypeVirtualFileDownload)
|
||||
&& (localEntry.isValid() || _queryLocal == ParentNotChanged)) {
|
||||
|
|
Loading…
Reference in a new issue