]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Merge pull request #4123 from Rudloff/feature/ruleset
[friendica.git] / src / Worker / Notifier.php
index e8dc25c5eed39dfd45b0ed157d53a91b05ae666b..5c86a95efe26e8407356996bb4d5e9955986a5f7 100644 (file)
@@ -280,7 +280,6 @@ class Notifier {
                                }
                        }
                        if ($relay_to_owner) {
-                               logger('notifier: followup '.$target_item["guid"], LOGGER_DEBUG);
                                // local followup to remote post
                                $followup = true;
                                $public_message = false; // not public
@@ -288,6 +287,8 @@ class Notifier {
                                $recipients = array($parent['contact-id']);
                                $recipients_followup  = array($parent['contact-id']);
 
+                               logger('notifier: followup '.$target_item["guid"].' to '.$conversant_str, LOGGER_DEBUG);
+
                                //if (!$target_item['private'] && $target_item['wall'] &&
                                if (!$target_item['private'] &&
                                        (strlen($target_item['allow_cid'].$target_item['allow_gid'].