]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
Merge pull request #9206 from annando/global-direction
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index 2fcd7cb1819896400f8ca75a035a569f850d7f5f..a239ae7a1ac964f2b4b588501fc57a067a71e656 100644 (file)
@@ -745,7 +745,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']]);