Merge pull request #9205 from annando/issue-9204
Issue 9204: Fetching of AP posts does work again
This commit is contained in:
commit
4643c95c7e
|
@ -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']]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue