diff --git a/app/Http/Controllers/ApiController.php b/app/Http/Controllers/ApiController.php index c18c0505b..42b0dc93b 100644 --- a/app/Http/Controllers/ApiController.php +++ b/app/Http/Controllers/ApiController.php @@ -32,10 +32,15 @@ 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') - ] + ], + + 'ab' => [ + 'lc' => config('exp.lc') + ], ]; }); return response()->json($res);