revert: revert no longer relevant file resource expansion

pull/3896/head
Stavros Tsioulis 2025-07-02 18:51:46 +03:00 committed by Henrique Dias
parent 0ef534d4a6
commit 5ad0c05dfa
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func resourceDeleteHandler(fileCache FileCache) handleFunc {
Fs: d.user.Fs,
Path: r.URL.Path,
Modify: d.user.Perm.Modify,
Expand: true,
Expand: false,
ReadHeader: d.server.TypeDetectionByHeader,
Checker: d,
})