mirror of
https://github.com/nextcloud/server.git
synced 2025-03-14 16:33:21 +00:00
feat: Allow WebP content type in PhotoCache
Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
8b5e1bac90
commit
f307ed8597
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