Fix another fatal error

This commit is contained in:
Michael 2019-06-11 06:02:18 +00:00
parent 76a420fbe9
commit 9d8f01c49c
1 changed files with 1 additions and 1 deletions

View File

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