[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

@@ -112,7 +112,7 @@ class Notification extends Entity
*/
public function getTarget(): Actor
{
return Actor::getById($this->getActorId());
return Actor::getById($this->getTargetId());
}
/**