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

feat: Allow AVIF content type in PhotoCache
This commit is contained in:
Kate 2025-03-18 14:48:22 +01:00 committed by GitHub
commit 6740804328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ class PhotoCache {
'image/gif' => 'gif',
'image/vnd.microsoft.icon' => 'ico',
'image/webp' => 'webp',
'image/avif' => 'avif',
];
/**