diff --git a/config/pixelfed.php b/config/pixelfed.php index 26c06f213..42b5167d7 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -58,17 +58,6 @@ return [ */ 'open_registration' => env('OPEN_REGISTRATION', true), - /* - |-------------------------------------------------------------------------- - | ActivityPub - |-------------------------------------------------------------------------- - | - */ - 'activitypub_enabled' => env('ACTIVITY_PUB', false), - 'ap_delivery_timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0), - 'ap_delivery_concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10), - 'remote_follow_enabled' => false, - /* |-------------------------------------------------------------------------- | Account file size limit