Merge pull request #9205 from annando/issue-9204

Issue 9204: Fetching of AP posts does work again
This commit is contained in:
Tobias Diekershoff
2020-09-14 20:00:09 +02:00
committed by GitHub

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']]);