lib/scanner: Track modified by in symlinks (#4777)
This commit is contained in:
parent
36251b86f7
commit
8df90bb475
@ -390,6 +390,7 @@ func (w *walker) walkSymlink(ctx context.Context, relPath string, dchan chan pro
|
||||
Version: cf.Version.Update(w.ShortID),
|
||||
NoPermissions: true, // Symlinks don't have permissions of their own
|
||||
SymlinkTarget: target,
|
||||
ModifiedBy: w.ShortID,
|
||||
}
|
||||
|
||||
if ok {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user