Merge pull request #48943 from nextcloud/feat/photo-cache-webp

feat: Allow WebP content type in PhotoCache
pull/48947/head
Richard Steinmetz 2024-10-28 14:33:55 +07:00 committed by GitHub
commit 2a437b4305
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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