Skip to content

Commit 23b0431

Browse files
committed
fix: Also check trashbin
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 0aa5c55 commit 23b0431

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
@@ -117,6 +117,7 @@ protected function isBlockablePath(IStorage $storage, string $path): bool {
117117
return isset($segment[2]) && in_array($segment[2], [
118118
'files',
119119
'thumbnails',
120+
'files_trashbin',
120121
'files_versions',
121122
]);
122123
}

0 commit comments

Comments
 (0)