mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
Addec comments on forum delivery
This commit is contained in:
parent
73b0af52fb
commit
56f07d412b
2 changed files with 12 additions and 3 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue