diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index 7afbbf68a22e0..2f1999b6b1cd9 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', ]; /**