[ActivityPub] Add HTTP Signatures

This commit is contained in:
2021-11-30 16:47:31 +00:00
parent 123544fa50
commit 424df54a1b
11 changed files with 283 additions and 29 deletions

View File

@@ -302,6 +302,7 @@ class Note extends Entity
public function getNotificationTargets(array $ids_already_known = []): array
{
$rendered = null;
$mentions = [];
Event::handle('RenderNoteContent', [$this->getContent(), $this->getContentType(), &$rendered, &$mentions, $this->getActor(), Language::getFromId($this->getLanguageId())->getLocale()]);
$mentioned = [];