Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Also check trashbin
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2025
commit b245e13f0aee2477a6caa8263da8b3f9132c656e
1 change: 1 addition & 0 deletions lib/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ protected function isBlockablePath(IStorage $storage, string $path): bool {
return isset($segment[2]) && in_array($segment[2], [
'files',
'thumbnails',
'files_trashbin',
'files_versions',
]);
}
Expand Down