Merge pull request #41067 from Murena-SAS/preview-folder-deletes

Fix for previews not being generated sometimes
instance-quota
Arthur Schiwon 4 months ago committed by GitHub
commit c4f4c5a3fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,6 +61,9 @@ class Watcher {
}
try {
if (is_null($node->getId())) {
return;
}
$folder = $this->appData->getFolder((string)$node->getId());
$folder->delete();
} catch (NotFoundException $e) {

Loading…
Cancel
Save