Skip to content

Commit

Permalink
feat: Allow AVIF content type in PhotoCache
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Sánchez de León Peque <[email protected]>
  • Loading branch information
Peque committed Dec 28, 2024
1 parent f9e6b1f commit 82386b2
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 @@ -27,6 +27,7 @@ class PhotoCache {
'image/gif' => 'gif',
'image/vnd.microsoft.icon' => 'ico',
'image/webp' => 'webp',
'image/avif' => 'avif',
];

/**
Expand Down

0 comments on commit 82386b2

Please sign in to comment.