mirror of https://github.com/Chocobozzz/PeerTube
Add public to activitypub announces
parent
a465bf5f47
commit
9c673970f6
|
@ -126,7 +126,7 @@ function getOriginVideoCommentAudience (
|
|||
|
||||
function getObjectFollowersAudience (actorsInvolvedInObject: ActorModel[]) {
|
||||
return {
|
||||
to: actorsInvolvedInObject.map(a => a.followersUrl),
|
||||
to: [ ACTIVITY_PUB.PUBLIC ].concat(actorsInvolvedInObject.map(a => a.followersUrl)),
|
||||
cc: []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue