From a2a69c9d6c8c812964c3a54b279cb3ad18d706ad Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 28 Dec 2018 20:25:19 -0700 Subject: [PATCH] Update config --- config/pixelfed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 25c9c0870..feb3ed318 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.7.6', + 'version' => '0.7.7', /* |-------------------------------------------------------------------------- @@ -59,7 +59,7 @@ return [ */ 'restricted_names' => [ 'reserved_routes' => true, - 'use_blacklist' => false, + 'use_blacklist' => env('USERNAME_BLACKLIST', false), ], /*