Update FederationController

pull/547/head
Daniel Supernault 6 years ago
parent 6b798954e4
commit 05745d2fb3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -167,9 +167,11 @@ XML;
public function userInbox(Request $request, $username)
{
if (config('pixelfed.activitypub_enabled') == false) {
abort(403);
}
// if (config('pixelfed.activitypub_enabled') == false || config('pixelfed.ap_inbox') == false) {
// abort(403, 'Inbox support disabled');
// }
return;
$type = [
'application/activity+json'
];

Loading…
Cancel
Save