AP: Limited comment distribution

This commit is contained in:
Michael 2020-04-04 17:59:08 +00:00
parent ad68aaae3f
commit bdd6e1913a
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ class Transmitter
$data['to'][] = $profile['url'];
} else {
$data['cc'][] = $profile['url'];
if (($item['private'] != Item::PRIVATE) && $item['private'] && !empty($actor_profile['followers'])) {
if (($item['private'] != Item::PRIVATE) && !empty($actor_profile['followers'])) {
$data['cc'][] = $actor_profile['followers'];
}
}