0
0
Fork 0
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:
Miguel Sánchez de León Peque 2024-10-22 16:55:52 +02:00 committed by Richard Steinmetz
parent 8b5e1bac90
commit f307ed8597
No known key found for this signature in database
GPG key ID: 27137D9E7D273FB2

View file

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