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
commit 4643c95c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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']]);