forked from GNUsocial/gnu-social
[ActivityPub] Add HTTP Signatures
This commit is contained in:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user