Addec comments on forum delivery

This commit is contained in:
Michael 2021-06-06 10:07:21 +00:00
parent 73b0af52fb
commit 56f07d412b
2 changed files with 12 additions and 3 deletions

View file

@ -618,7 +618,9 @@ class Transmitter
}
}
} elseif (!$exclusive) {
// Public thread parent post always are directed to the followers
// Public thread parent post always are directed to the followers.
// This mustn't be done by posts that are directed to forum servers via the exclusive mention.
// But possibly in that case we could add the "followers" collection of the forum to the message.
if (($item['private'] != Item::PRIVATE) && !$forum_mode) {
$data['cc'][] = $actor_profile['followers'];
}