From 77bc60541767ad07477dff9def38ea79527d97cc Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Feb 2020 17:52:33 +0800 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 42b5167d7..3afe81799 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -249,6 +249,4 @@ return [ 'admin' => [ 'env_editor' => env('ADMIN_ENV_EDITOR', false) ], - - 'links_per_post' => env('MAX_LINKS_PER_POST', 0) ];