Fix: properly handle cc followers (#13009)
* Fix: properly handle cc followers Fix #13001 * Update CHANGELOG.md * Fix syntax error
This commit is contained in:
parent
bcb4560f0d
commit
0283142d0e
2 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ export class ApAudienceService {
|
|||
};
|
||||
}
|
||||
|
||||
if (toGroups.followers.length > 0) {
|
||||
if (toGroups.followers.length > 0 || ccGroups.followers.length > 0) {
|
||||
return {
|
||||
visibility: 'followers',
|
||||
mentionedUsers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue