mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Make sure to include new metadatas in folders to scan for changes in recursive scan of NextcloudSyncEngine
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
34a43fea69
commit
27a177ab35
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class NextcloudSyncEngine : NSObject {
|
|||
var candidateMetadatas: [NextcloudItemMetadataTable]
|
||||
|
||||
if scanChangesOnly {
|
||||
candidateMetadatas = allUpdatedMetadatas
|
||||
candidateMetadatas = allUpdatedMetadatas + allNewMetadatas
|
||||
} else {
|
||||
candidateMetadatas = allMetadatas
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue