浏览代码

Update FederationController

Daniel Supernault 6 年之前
父节点
当前提交
05745d2fb3
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      app/Http/Controllers/FederationController.php

+ 5 - 3
app/Http/Controllers/FederationController.php

@@ -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'
         ];