Skip to content

Commit

Permalink
Merge pull request #2972 from nextcloud/enh/noid/support-heic-heif
Browse files Browse the repository at this point in the history
Support heic/heif attachments as photos
  • Loading branch information
mejo- authored Sep 20, 2022
2 parents ce72980 + 767bbf8 commit 2882cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Controller/AttachmentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class AttachmentController extends Controller {
'image/bmp',
'image/svg+xml',
'image/webp',
'image/heic',
'image/heif',
];

private AttachmentService $attachmentService;
Expand Down

0 comments on commit 2882cfc

Please sign in to comment.