Add public to activitypub announces
This commit is contained in:
parent
a465bf5f47
commit
9c673970f6
|
@ -126,7 +126,7 @@ function getOriginVideoCommentAudience (
|
||||||
|
|
||||||
function getObjectFollowersAudience (actorsInvolvedInObject: ActorModel[]) {
|
function getObjectFollowersAudience (actorsInvolvedInObject: ActorModel[]) {
|
||||||
return {
|
return {
|
||||||
to: actorsInvolvedInObject.map(a => a.followersUrl),
|
to: [ ACTIVITY_PUB.PUBLIC ].concat(actorsInvolvedInObject.map(a => a.followersUrl)),
|
||||||
cc: []
|
cc: []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user