fix: omit file content

This commit is contained in:
Ramires Viana
2021-04-23 12:04:02 +00:00
parent ba8c09f454
commit 209f9fa77f
3 changed files with 6 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ var withHashFile = func(fn handleFunc) handleFunc {
Fs: d.user.Fs,
Path: link.Path,
Modify: d.user.Perm.Modify,
Expand: true,
Expand: false,
ReadHeader: d.server.TypeDetectionByHeader,
Checker: d,
Token: link.Token,