Skip to content

Commit 2882cfc

Browse files
authored
Merge pull request #2972 from nextcloud/enh/noid/support-heic-heif
Support heic/heif attachments as photos
2 parents ce72980 + 767bbf8 commit 2882cfc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Controller/AttachmentController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ class AttachmentController extends Controller {
5151
'image/bmp',
5252
'image/svg+xml',
5353
'image/webp',
54+
'image/heic',
55+
'image/heif',
5456
];
5557

5658
private AttachmentService $attachmentService;

0 commit comments

Comments
 (0)