Add the forum followers to forum posts
This commit is contained in:
parent
56f07d412b
commit
3fd5c79025
|
@ -561,6 +561,9 @@ class Transmitter
|
|||
if (!empty($profile)) {
|
||||
if ($term['type'] == Tag::EXCLUSIVE_MENTION) {
|
||||
$exclusive = true;
|
||||
if (!empty($profile['followers']) && ($profile['type'] == 'Group')) {
|
||||
$data['cc'][] = $profile['followers'];
|
||||
}
|
||||
}
|
||||
$data['to'][] = $profile['url'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user