Issue 9204: Fetching of AP posts does work again

This commit is contained in:
Michael 2020-09-14 17:50:42 +00:00
parent cade34cd2d
commit 12d1bb883d
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ class Processor
$ldactivity['thread-completion'] = true;
ActivityPub\Receiver::processActivity($ldactivity, json_encode($activity));
ActivityPub\Receiver::processActivity($ldactivity, json_encode($activity), $uid, true, false, [$actor]);
Logger::notice('Activity had been fetched and processed.', ['url' => $url, 'object' => $activity['id']]);