diff --git a/app/Http/Controllers/ApiController.php b/app/Http/Controllers/ApiController.php index 51f42dabd..c18c0505b 100644 --- a/app/Http/Controllers/ApiController.php +++ b/app/Http/Controllers/ApiController.php @@ -31,6 +31,10 @@ class ApiController extends BaseApiController 'media_types' => config('pixelfed.media_types'), 'enforce_account_limit' => config('pixelfed.enforce_account_limit') + ], + 'activitypub' => [ + 'enabled' => config('pixelfed.activitypub_enabled'), + 'remote_follow' => config('pixelfed.remote_follow_enabled') ] ]; });