Skip to content

Commit

Permalink
Merge pull request #48943 from nextcloud/feat/photo-cache-webp
Browse files Browse the repository at this point in the history
feat: Allow WebP content type in PhotoCache
  • Loading branch information
st3iny authored Oct 28, 2024
2 parents 98cf108 + f307ed8 commit 2a437b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/CardDAV/PhotoCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class PhotoCache {
'image/jpeg' => 'jpg',
'image/gif' => 'gif',
'image/vnd.microsoft.icon' => 'ico',
'image/webp' => 'webp',
];

/**
Expand Down

0 comments on commit 2a437b4

Please sign in to comment.