fix(sharing): ignore inexisting memberships during reshare check

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2025-04-16 09:08:42 -01:00 committed by Marcel Klehr
parent 37536c14fe
commit 82d889aa05

View file

@ -1987,7 +1987,7 @@ class ShareAPIController extends OCSController {
return true;
}
return false;
} catch (ContainerExceptionInterface $e) {
} catch (\Exception) {
return false;
}
}