From 577dac98022f8e7107df64f570fd6c1072f32daa Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 16 Jun 2019 16:41:54 -0600 Subject: [PATCH] Update pixelfed config --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index cae06020..7356fb2e 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -246,7 +246,7 @@ return [ | */ 'user_invites' => [ - 'enabled' => env('PF_USER_INVITES', false), + 'enabled' => false, //env('PF_USER_INVITES', false), 'limit' => [ 'total' => (int) env('PF_USER_INVITES_TOTAL_LIMIT', 0), 'daily' => (int) env('PF_USER_INVITES_DAILY_LIMIT', 0),