kopia lustrzana https://github.com/nextcloud/social
commit
afb91cd91f
|
|
@ -114,7 +114,9 @@ class PushService {
|
|||
try {
|
||||
$pushHelper = $this->pushManager->getPushHelper();
|
||||
$details = $this->detailsService->generateDetailsFromStream($stream);
|
||||
} catch (PushInstallException | SocialAppConfigException $e) {
|
||||
} catch (PushInstallException $e) {
|
||||
return;
|
||||
} catch (SocialAppConfigException $e) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue