From d9f107bfdd00a0a321d22dffac06fdbad5910510 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Fri, 8 Sep 2023 11:33:06 -0600
Subject: [PATCH] Add image/heic to sample config

Fixes https://github.com/turt2live/matrix-media-repo/issues/462
---
 config.sample.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.sample.yaml b/config.sample.yaml
index d0d9543c..83797959 100644
--- a/config.sample.yaml
+++ b/config.sample.yaml
@@ -410,6 +410,7 @@ thumbnails:
     - "image/apng"
     - "image/gif"
     - "image/heif"
+    - "image/heic"
     - "image/webp"
     - "image/bmp"
     - "image/tiff"
-- 
GitLab