X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FNotifier.php;h=c09faca89b27c033fce18894a934b94a6e22af89;hb=c7811576ccb07d760197bc31ee8b49aedcdb62ca;hp=db593b6a4748fdf9b1fa5a0eaa3cf97de7645a2e;hpb=eec48057dcc2cfc1725d5a398e449301b5b599ac;p=friendica.git diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index db593b6a47..c09faca89b 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -191,7 +191,7 @@ class Notifier // when the original comment author does support the Diaspora protocol. if ($thr_parent['author-link'] && $target_item['parent-uri'] != $target_item['thr-parent']) { $diaspora_delivery = Diaspora::isSupportedByContactUrl($thr_parent['author-link']); - if ($diaspora_delivery && empty($target_item['signed_text'])) { + if ($diaspora_delivery && empty($target_item['signed_text'])) { Logger::debug('Post has got no Diaspora signature, so there will be no Diaspora delivery', ['guid' => $target_item['guid'], 'uri-id' => $target_item['uri-id']]); $diaspora_delivery = false; }