From: Michael Date: Mon, 14 Sep 2020 17:50:42 +0000 (+0000) Subject: Issue 9204: Fetching of AP posts does work again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12d1bb883dea7b3a588f19bc9e5e076bfd548ba4;p=friendica.git Issue 9204: Fetching of AP posts does work again --- diff --git a/src/Protocol/ActivityPub/Processor.php b/src/Protocol/ActivityPub/Processor.php index 24ac133358..b743489302 100644 --- a/src/Protocol/ActivityPub/Processor.php +++ b/src/Protocol/ActivityPub/Processor.php @@ -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']]);