]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Only attach images
[friendica.git] / src / Worker / Notifier.php
index 3b4e1478c015527d45eac0aef9bdecf05094bfc0..7d3d3d6b7cc7033a1a8d06d18d78361d7e893c42 100644 (file)
@@ -191,6 +191,10 @@ 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'])) {
+                                       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;
+                               }
                                Logger::info('Threaded comment', ['diaspora_delivery' => (int)$diaspora_delivery]);
                        }