From d7e6350f9f7643f2ead056a3b9239e565f9a31e7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 9 Jun 2019 17:23:13 -0600 Subject: [PATCH] Update ApiController --- app/Http/Controllers/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ApiController.php b/app/Http/Controllers/ApiController.php index ec440aef..7f042367 100644 --- a/app/Http/Controllers/ApiController.php +++ b/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') ],