mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 03:13:36 -04:00
Merge pull request #51195 from nextcloud/feat/photo-cache-avif
feat: Allow AVIF content type in PhotoCache
This commit is contained in:
commit
6740804328
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class PhotoCache {
|
|||
'image/gif' => 'gif',
|
||||
'image/vnd.microsoft.icon' => 'ico',
|
||||
'image/webp' => 'webp',
|
||||
'image/avif' => 'avif',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue