mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #48943 from nextcloud/feat/photo-cache-webp
feat: Allow WebP content type in PhotoCache
This commit is contained in:
commit
2a437b4305
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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue