mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Issue 8857: Fix follow accept answers
This commit is contained in:
parent
e5269c5696
commit
c656aea152
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue