Loading patches/042-exclude-reovery-from-quota.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line --- lib/private/legacy/OC_Helper.php 2025-02-20 10:12:51.017628329 +0100 +++ lib/private/legacy/OC_Helper-new.php 2025-02-20 10:13:22.904956021 +0100 @@ -540,6 +540,9 @@ /** @var \OC\Files\Storage\Wrapper\Quota $storage */ $quota = $sourceStorage->getQuota(); } + if ($sourceStorage->instanceOfStorage('\OCA\FilesControls\Filesystem\QuotaWrapper')) { + $used = $sourceStorage->correctUsedStorage($used); + } try { $free = $sourceStorage->free_space($rootInfo->getInternalPath()); if (is_bool($free)) { No newline at end of file Loading
patches/042-exclude-reovery-from-quota.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line --- lib/private/legacy/OC_Helper.php 2025-02-20 10:12:51.017628329 +0100 +++ lib/private/legacy/OC_Helper-new.php 2025-02-20 10:13:22.904956021 +0100 @@ -540,6 +540,9 @@ /** @var \OC\Files\Storage\Wrapper\Quota $storage */ $quota = $sourceStorage->getQuota(); } + if ($sourceStorage->instanceOfStorage('\OCA\FilesControls\Filesystem\QuotaWrapper')) { + $used = $sourceStorage->correctUsedStorage($used); + } try { $free = $sourceStorage->free_space($rootInfo->getInternalPath()); if (is_bool($free)) { No newline at end of file