mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +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
|
@ -687,7 +687,7 @@ class Processor
|
|||
|
||||
$ldactivity['thread-completion'] = true;
|
||||
|
||||
ActivityPub\Receiver::processActivity($ldactivity);
|
||||
ActivityPub\Receiver::processActivity($ldactivity, json_encode($activity));
|
||||
Logger::notice('Activity had been fetched and processed.', ['url' => $url, 'object' => $activity['id']]);
|
||||
|
||||
return $activity['id'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue