Skip to content

Commit b245e13

Browse files
committed
fix: Also check trashbin
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 83a3666 commit b245e13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Operation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ protected function isBlockablePath(IStorage $storage, string $path): bool {
118118
return isset($segment[2]) && in_array($segment[2], [
119119
'files',
120120
'thumbnails',
121+
'files_trashbin',
121122
'files_versions',
122123
]);
123124
}

0 commit comments

Comments
 (0)