]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Inbox.php
Relocated function
[friendica.git] / src / Module / Inbox.php
index 21dd77151cde4e11961ea7ee75d9d68fb7db10e3..d47419a415c4d08a74ca7a453f5be5124a4975cd 100644 (file)
@@ -47,6 +47,6 @@ class Inbox extends BaseModule
 
                ActivityPub::processInbox($postdata, $_SERVER, $uid);
 
-               System::httpExit(201);
+               System::httpExit(202);
        }
 }