Follower is sharer instead

This commit is contained in:
Michael 2021-05-27 04:00:38 +00:00
parent a3c323b366
commit 403cce25c4
1 changed files with 1 additions and 1 deletions

View 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;
}