]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Outbox.php
New class for c2s activities
[friendica.git] / src / Module / ActivityPub / Outbox.php
index f2e88cafe666d0bd09c4d387d287c9255f2e72da..01061d8c674163c4b3f9596d8902680060fd0ff8 100644 (file)
@@ -80,6 +80,6 @@ class Outbox extends BaseApi
                        throw new \Friendica\Network\HTTPException\BadRequestException();
                }
 
-               System::jsonExit(ActivityPub\Receiver::processC2SActivity($activity, $uid, self::getCurrentApplication() ?? []));
+               System::jsonExit(ActivityPub\ClientToServer::processActivity($activity, $uid, self::getCurrentApplication() ?? []));
        }
 }