skip and remove notification on exception

Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2022-01-10 17:39:04 +01:00
Родитель 1e4567b9cc
Коммит 13af0d85ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -118,9 +118,8 @@ class Notifier implements INotifier {
$pollTitle = $poll->getTitle();
$notification->setLink($poll->getVoteUrl());
} catch (DoesNotExistException $e) {
$poll = null;
$pollTitle = $parameters['pollTitle'];
$actor = $this->getActor($parameters['actor']);
$this->notificationService->removeNotification($notification->getObjectId());
return $notification;
}
if (isset($actor['actor'])) {