mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
AP: Support of request messages
This commit is contained in:
parent
33931ff15e
commit
2365193691
2 changed files with 5 additions and 3 deletions
|
@ -463,10 +463,12 @@ class Processor
|
|||
$item = ['author-id' => Contact::getIdForURL($activity['actor']),
|
||||
'author-link' => $activity['actor']];
|
||||
|
||||
$note = Strings::escapeTags(trim(defaults($activity, 'content', '')));
|
||||
|
||||
// Ensure that the contact has got the right network type
|
||||
self::switchContact($item['author-id']);
|
||||
|
||||
Contact::addRelationship($owner, $contact, $item);
|
||||
Contact::addRelationship($owner, $contact, $item, '', false, $note);
|
||||
$cid = Contact::getIdForURL($activity['actor'], $uid);
|
||||
if (empty($cid)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue