Issue 8857: Fix follow accept answers
This commit is contained in:
parent
e5269c5696
commit
c656aea152
|
@ -777,7 +777,7 @@ class Processor
|
||||||
|
|
||||||
$result = Contact::addRelationship($owner, $contact, $item, false, $note);
|
$result = Contact::addRelationship($owner, $contact, $item, false, $note);
|
||||||
if ($result === true) {
|
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);
|
$cid = Contact::getIdForURL($activity['actor'], $uid);
|
||||||
|
|
Loading…
Reference in a new issue