Quellcode durchsuchen

Update ApiController

Daniel Supernault vor 6 Jahren
Ursprung
Commit
d7e6350f9f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/Http/Controllers/ApiController.php

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

@@ -39,7 +39,7 @@ class ApiController extends BaseApiController
                 ],
 
                 'activitypub' => [
-                    'enabled' => config('pixelfed.activitypub_enabled'),
+                    'enabled' => config('federation.activitypub.enabled'),
                     'remote_follow' => config('pixelfed.remote_follow_enabled')
                 ],