From 44c5494a0c34b5588efa88df49384e7bde1f634c Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Feb 2020 17:44:28 +0800 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 11 ----------- 1 file changed, 11 deletions(-) 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