summaryrefslogtreecommitdiffstats
path: root/lib/Service/BoostService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/BoostService.php')
-rw-r--r--lib/Service/BoostService.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Service/BoostService.php b/lib/Service/BoostService.php
index 668d5393..eefaf3ac 100644
--- a/lib/Service/BoostService.php
+++ b/lib/Service/BoostService.php
@@ -120,7 +120,9 @@ class BoostService {
throw new StreamNotFoundException('Stream is not Public');
}
+ $announce->setTo(ACore::CONTEXT_PUBLIC);
$announce->addCc($actor->getFollowers());
+ $announce->addcc($note->getAttributedTo());
$announce->setObjectId($note->getId());
$announce->setRequestToken($this->uuid());