feat: Allow AVIF content type in PhotoCache

Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io>
pull/51195/head
Miguel Sánchez de León Peque 2024-12-28 01:59:37 +07:00 committed by Richard Steinmetz
parent afae742a2b
commit a54c04ede6
1 changed files with 1 additions and 0 deletions

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