(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
// 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)) {