Merge pull request #51195 from nextcloud/feat/photo-cache-avif

feat: Allow AVIF content type in PhotoCache
pull/51568/head
Kate 10 months ago committed by GitHub
commit 6740804328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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',
];
/**

Loading…
Cancel
Save