Skip to content

Commit

Permalink
support for audio+video filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaVulcan committed Jun 24, 2024
1 parent 97140fc commit 3af9b69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AddAttachmentButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ const ATTACHMENT_FILE_TYPES_ACCEPTED = [
'.pdf',
'.xlsx',
'.xml',
'.mp3',
'.wav',
'.aif',
'.flac',
'.ogg',
'.ogv',
'.pcm',
'.aac',
'.mp4',
'.avi',
'.mov',
'.webm',
'.mkv',
'.wmv'
];

const AddAttachmentButton = ({ className, onAddAttachments }) => {
Expand Down

0 comments on commit 3af9b69

Please sign in to comment.