]> git.mxchange.org Git - friendica.git/commitdiff
Follower is sharer instead
authorMichael <heluecht@pirati.ca>
Thu, 27 May 2021 04:00:38 +0000 (04:00 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 27 May 2021 04:00:38 +0000 (04:00 +0000)
src/Protocol/ActivityPub/Processor.php

index aba285c1800e941029d0deaaa2449e610e7477d7..486fe6daae4c60d0e827b0ee196e8c4a2f5f0c18 100644 (file)
@@ -604,7 +604,7 @@ class Processor
 
                        if (!$item['isForum'] && ($receiver != 0) && ($item['gravity'] == GRAVITY_PARENT) &&
                                ($item['post-reason'] == Item::PR_BCC) && !Contact::isSharingByURL($activity['author'], $receiver)) {
-                               Logger::info('Top level post via BCC from a non follower, ignoring', ['uid' => $receiver, 'contact' => $item['contact-id']]);
+                               Logger::info('Top level post via BCC from a non sharer, ignoring', ['uid' => $receiver, 'contact' => $item['contact-id']]);
                                continue;
                        }