lib/model: Unset local flag on deleted files (fixes #6436) (#6449)

This commit is contained in:
Simon Frei
2020-03-24 12:51:17 +01:00
committed by GitHub
parent 61302c467c
commit ddfa82e990
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -97,6 +97,8 @@ func (f *sendOnlyFolder) pull() bool {
}
func (f *sendOnlyFolder) Override() {
l.Infof("Overriding global state on folder %v", f.Description)
f.setState(FolderScanning)
batch := make([]protocol.FileInfo, 0, maxBatchSizeFiles)
batchSizeBytes := 0