From a54c04ede6b67034a10c641fababecec90fffd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20S=C3=A1nchez=20de=20Le=C3=B3n=20Peque?= Date: Sat, 28 Dec 2024 01:59:37 +0100 Subject: [PATCH] feat: Allow AVIF content type in PhotoCache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Sánchez de León Peque --- apps/dav/lib/CardDAV/PhotoCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index 7afbbf68a22..2f1999b6b1c 100644 --- a/apps/dav/lib/CardDAV/PhotoCache.php +++ b/apps/dav/lib/CardDAV/PhotoCache.php @@ -27,6 +27,7 @@ class PhotoCache { 'image/gif' => 'gif', 'image/vnd.microsoft.icon' => 'ico', 'image/webp' => 'webp', + 'image/avif' => 'avif', ]; /**