aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-28 10:28:48 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-28 10:28:48 +0200
commit9fa3956aa886f7522553ac161a42569706613b0c (patch)
treed59fa665a797a4d3ddc957bdd8e16a11dc905782 /include/attach.php
parent02fc082e45cfaf6b313f40f1107122837019dd32 (diff)
downloadvolse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.tar.gz
volse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.tar.bz2
volse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.zip
translate mime types to icons, update some icons, move file preview (upload progress) below table header
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php1
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',