lib: Do not set ModifiedBy on meta only changes (#7345)
This commit is contained in:
@@ -51,7 +51,7 @@ func (f *sendOnlyFolder) pull() bool {
|
||||
|
||||
if f.ignores.ShouldIgnore(intf.FileName()) {
|
||||
file := intf.(protocol.FileInfo)
|
||||
file.SetIgnored(f.shortID)
|
||||
file.SetIgnored()
|
||||
batch = append(batch, file)
|
||||
batchSizeBytes += file.ProtoSize()
|
||||
l.Debugln(f, "Handling ignored file", file)
|
||||
|
||||
Reference in New Issue
Block a user