From 875253dbbadee98f17177ee4adb5831a4d542512 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 16 Oct 2018 20:13:55 -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 83fc883db..b6e80e3fe 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -158,6 +158,6 @@ return [ */ 'image_quality' => (int) env('IMAGE_QUALITY', 80), - 'media_types' => env('MEDIA_TYPES', 'jpeg,png,gif'), + 'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'), ];