Skip to content

Commit 8df90bb

Browse files
AudriusButkeviciusimsodin
authored andcommitted
lib/scanner: Track modified by in symlinks (syncthing#4777)
1 parent 36251b8 commit 8df90bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/scanner/walk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ func (w *walker) walkSymlink(ctx context.Context, relPath string, dchan chan pro
390390
Version: cf.Version.Update(w.ShortID),
391391
NoPermissions: true, // Symlinks don't have permissions of their own
392392
SymlinkTarget: target,
393+
ModifiedBy: w.ShortID,
393394
}
394395

395396
if ok {

0 commit comments

Comments
 (0)