Issue 8857: Fix follow accept answers

pull/8858/head
Michael 2020-07-10 05:30:12 +00:00
parent e5269c5696
commit c656aea152
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ class Processor
$result = Contact::addRelationship($owner, $contact, $item, false, $note);
if ($result === true) {
ActivityPub\Transmitter::sendContactAccept($item['author-link'], $item['author-id'], $owner['uid']);
ActivityPub\Transmitter::sendContactAccept($item['author-link'], $activity['id'], $owner['uid']);
}
$cid = Contact::getIdForURL($activity['actor'], $uid);