summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-06-14 11:25:07 -0100
committerGitHub <noreply@github.com>2023-06-14 11:25:07 -0100
commitf4e2680f371836d3f96f07713e5e4b724a647120 (patch)
tree92420cbf17010994c36580cc0928207d410f095b
parentafa5732a432c51200de48ae41a698e8a74ac7f01 (diff)
parentfc86d86acd105974449047f4837e6cc7ab457cc4 (diff)
Merge pull request #1783 from nextcloud/enh/noid/useless-cc-on-announce
useless cc on announce
-rw-r--r--lib/Service/BoostService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/BoostService.php b/lib/Service/BoostService.php
index 65011785..eb5f8113 100644
--- a/lib/Service/BoostService.php
+++ b/lib/Service/BoostService.php
@@ -101,7 +101,7 @@ class BoostService {
$announce->setTo(ACore::CONTEXT_PUBLIC);
$announce->addCc($actor->getFollowers());
- $announce->addcc($note->getAttributedTo());
+ // $announce->addcc($note->getAttributedTo());
$announce->setObjectId($note->getId());
$announce->setRequestToken($this->uuid());