]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
WebM should be allowed to upload!
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Mar 2014 23:29:47 +0000 (00:29 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Mar 2014 23:29:47 +0000 (00:29 +0100)
Evan had left _two_ "video/mpeg", just so you know.

lib/default.php

index 878e7310d85d10d5d7ad01f85f313f12880015c3..3a28ec12c721dd5f7b7d963afe73229dadfe9065 100644 (file)
@@ -243,7 +243,7 @@ $default =
                                    'video/mpeg',
                                    'video/mp4',
                                    'video/quicktime',
-                                   'video/mpeg'),
+                                   'video/webm'),
               'file_quota' => 5000000,
               'user_quota' => 50000000,
               'monthly_quota' => 15000000,