kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1783 from nextcloud/enh/noid/useless-cc-on-announce
useless cc on announcepull/1785/head
commit
f4e2680f37
|
@ -101,7 +101,7 @@ class BoostService {
|
||||||
|
|
||||||
$announce->setTo(ACore::CONTEXT_PUBLIC);
|
$announce->setTo(ACore::CONTEXT_PUBLIC);
|
||||||
$announce->addCc($actor->getFollowers());
|
$announce->addCc($actor->getFollowers());
|
||||||
$announce->addcc($note->getAttributedTo());
|
// $announce->addcc($note->getAttributedTo());
|
||||||
|
|
||||||
$announce->setObjectId($note->getId());
|
$announce->setObjectId($note->getId());
|
||||||
$announce->setRequestToken($this->uuid());
|
$announce->setRequestToken($this->uuid());
|
||||||
|
|
Ładowanie…
Reference in New Issue