Issue #13899: Fix error on postupdate

This commit is contained in:
Michael 2024-02-18 18:11:47 +00:00
parent f12276eff8
commit e9244ecb70
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ class Engagement
$body = self::addResharers($body, $item['uri-id']);
foreach ($receivers as $receiver) {
if (empty($receiver)) {
continue;
}
$contact = Contact::getByURL($receiver, false, ['nick', 'addr', 'contact-type']);
if (empty($contact)) {
continue;