mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:50:10 +00:00
The original content of the post hadn't always been stored
This commit is contained in:
parent
d63e903d9f
commit
e38640da76
3 changed files with 7 additions and 3 deletions
|
@ -784,7 +784,11 @@ class Receiver
|
|||
}
|
||||
|
||||
if (in_array($type, self::CONTENT_TYPES)) {
|
||||
return self::processObject($object);
|
||||
$object_data = self::processObject($object);
|
||||
if (!empty($data)) {
|
||||
$object_data['raw'] = json_encode($data);
|
||||
}
|
||||
return $object_data;
|
||||
}
|
||||
|
||||
if ($type == 'as:Announce') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue