The direction field needs to be removed

This commit is contained in:
Michael 2020-03-03 22:43:19 +00:00
parent 986877b1cf
commit 8410c5e283
3 changed files with 9 additions and 2 deletions

View file

@ -687,7 +687,8 @@ 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'];