]> git.mxchange.org Git - friendica.git/commitdiff
Issue 9204: Fetching of AP posts does work again
authorMichael <heluecht@pirati.ca>
Mon, 14 Sep 2020 17:50:42 +0000 (17:50 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 14 Sep 2020 17:50:42 +0000 (17:50 +0000)
src/Protocol/ActivityPub/Processor.php

index 24ac133358ac539c4874f7c35834087c963d5a6e..b743489302e3790c6e573549e54777eca0d9e084 100644 (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']]);