mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 02:48:59 +00:00
parent
ce3248cea7
commit
8bd6bdd397
@ -1393,7 +1393,7 @@ func (m *model) ccHandleFolders(folders []protocol.Folder, deviceCfg config.Devi
|
|||||||
if !ok {
|
if !ok {
|
||||||
indexHandlers.Remove(folder.ID)
|
indexHandlers.Remove(folder.ID)
|
||||||
if deviceCfg.IgnoredFolder(folder.ID) {
|
if deviceCfg.IgnoredFolder(folder.ID) {
|
||||||
l.Infof("Ignoring folder %s from device %s since we are configured to", folder.Description(), deviceID)
|
l.Infof("Ignoring folder %s from device %s since it is in the list of ignored folders", folder.Description(), deviceID)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
delete(expiredPending, folder.ID)
|
delete(expiredPending, folder.ID)
|
||||||
|
Loading…
Reference in New Issue
Block a user