We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce72980 + 767bbf8 commit 2882cfcCopy full SHA for 2882cfc
1 file changed
lib/Controller/AttachmentController.php
@@ -51,6 +51,8 @@ class AttachmentController extends Controller {
51
'image/bmp',
52
'image/svg+xml',
53
'image/webp',
54
+ 'image/heic',
55
+ 'image/heif',
56
];
57
58
private AttachmentService $attachmentService;
0 commit comments