]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / src / Worker / Notifier.php
index db593b6a4748fdf9b1fa5a0eaa3cf97de7645a2e..c09faca89b27c033fce18894a934b94a6e22af89 100644 (file)
@@ -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;
                                }