Skip to content
Snippets Groups Projects
Unverified Commit 9c673970 authored by Chocobozzz's avatar Chocobozzz
Browse files

Add public to activitypub announces

parent a465bf5f
No related branches found
No related tags found
No related merge requests found
......@@ -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: []
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment