mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
Use updateLocals to ensure event generation
This commit is contained in:
parent
f3fe6a6cbd
commit
947a129e12
@ -1257,7 +1257,7 @@ nextSub:
|
||||
l.Infof("Stopping folder %s mid-scan due to folder error: %s", folder, err)
|
||||
return err
|
||||
} else if len(batch) > 0 {
|
||||
fs.Update(protocol.LocalDeviceID, batch)
|
||||
m.updateLocals(folder, batch)
|
||||
}
|
||||
|
||||
batch = batch[:0]
|
||||
|
Loading…
Reference in New Issue
Block a user