Browse Source

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>
pull/48943/head
Miguel Sánchez de León Peque 1 year ago
committed by Richard Steinmetz
parent
commit
f307ed8597
No known key found for this signature in database GPG Key ID: 27137D9E7D273FB2
  1. 1
      apps/dav/lib/CardDAV/PhotoCache.php

1
apps/dav/lib/CardDAV/PhotoCache.php

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

Loading…
Cancel
Save