diff options
author | redmatrix <git@macgirvin.com> | 2016-07-30 14:04:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-30 14:04:30 -0700 |
commit | da9b6690e565452a9a9d69084a07ac48005d7e60 (patch) | |
tree | d09bc96d4f78df033b76513242bbb80ff57240bd /include/attach.php | |
parent | 4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa (diff) | |
parent | d858bd9265a4a0fa3589cdb2126031998310c7c3 (diff) | |
download | volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.tar.gz volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.tar.bz2 volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php index b3ddfee88..7123d59fe 100644 --- a/include/attach.php +++ b/include/attach.php @@ -74,6 +74,7 @@ function z_mime_content_type($filename) { // 'webm' => 'audio/webm', 'mp4' => 'video/mp4', // 'mp4' => 'audio/mp4', + 'mkv' => 'video/x-matroska', // adobe 'pdf' => 'application/pdf', |