From 3c5dc24becdbb0f99d17f2da05738e2b69bbf43b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 27 Aug 2018 21:01:08 -0600 Subject: [PATCH] Update config --- config/pixelfed.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/pixelfed.php b/config/pixelfed.php index b675f4080..775b0bd3b 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -157,5 +157,7 @@ return [ | */ 'image_quality' => (int) env('IMAGE_QUALITY', 80), + + 'media_types' => env('MEDIA_TYPES', 'jpeg,png,gif'), ];