1
0
Daniel Supernault 6 жил өмнө
parent
commit
7bad6adab5

+ 1 - 1
app/Http/Controllers/StatusController.php

@@ -51,7 +51,7 @@ class StatusController extends Controller
             }
         }
 
-        if ($request->wantsJson() && config('pixelfed.activitypub_enabled')) {
+        if ($request->wantsJson() && config('federation.activitypub.enabled')) {
             return $this->showActivityPub($request, $status);
         }