mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 19:08:30 +00:00
parent
56d48d341f
commit
286698ccb1
@ -1986,7 +1986,7 @@ func (f *sendReceiveFolder) checkToBeDeleted(file, cur protocol.FileInfo, hasCur
|
||||
return err
|
||||
}
|
||||
if fs.IsNotExist(err) {
|
||||
if hasCur && !cur.Deleted {
|
||||
if hasCur && !cur.Deleted && !cur.IsUnsupported() {
|
||||
scanChan <- file.Name
|
||||
return errModified
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user