mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Several fixes
This commit is contained in:
parent
bd6ba98e8d
commit
93866b477a
4 changed files with 6 additions and 8 deletions
|
@ -166,7 +166,7 @@ class Receiver
|
|||
$object_data = self::processObject($activity);
|
||||
$object_data['name'] = $type;
|
||||
$object_data['author'] = JsonLD::fetchElement($activity, 'as:actor');
|
||||
$object_data['object'] = $object_id;
|
||||
$object_data['object_id'] = $object_id;
|
||||
$object_data['object_type'] = ''; // Since we don't fetch the object, we don't know the type
|
||||
} else {
|
||||
$object_data = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue