Skip to content

Commit

Permalink
Merge pull request #3328 from nextcloud/fix/quota-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 9, 2024
2 parents 834ddc7 + ea55e62 commit 3cfcf01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Mount/GroupFolderStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ public function getScanner($path = '', $storage = null): IScanner {

return $storage->scanner;
}

protected function shouldApplyQuota(string $path): bool {
return true;
}
}

0 comments on commit 3cfcf01

Please sign in to comment.