Functionality is now split

This commit is contained in:
Michael 2018-10-03 09:15:38 +00:00
parent 4528d8748c
commit 3ab837f3c7
13 changed files with 71 additions and 1727 deletions

View file

@ -48,7 +48,7 @@ class Inbox extends BaseModule
$uid = 0;
}
ActivityPub::processInbox($postdata, $_SERVER, $uid);
ActivityPub\Receiver::processInbox($postdata, $_SERVER, $uid);
System::httpExit(202);
}