Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: Allow AVIF content type in PhotoCache
Signed-off-by: Miguel Sánchez de León Peque <[email protected]>
  • Loading branch information
Peque committed Dec 28, 2024
commit 82386b22cbe47b47a08602cb3a90055efa2ad99e
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
Loading