Merge pull request #43038 from nextcloud/fix/36463/preview-not-generated-stable27

This commit is contained in:
Benjamin Gaussorgues 2024-02-09 11:26:59 +01:00 committed by GitHub
commit d3252caeed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {