From 5f257661980e317d443416955124e7e200ef6cf5 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Wed, 21 Oct 2015 01:56:47 +0100
Subject: [PATCH] hide MIME blurb on files; it's too ugly

---
 src/controllers/molecules/MFileTile.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/controllers/molecules/MFileTile.js b/src/controllers/molecules/MFileTile.js
index bd3576e575..9711fdafff 100644
--- a/src/controllers/molecules/MFileTile.js
+++ b/src/controllers/molecules/MFileTile.js
@@ -27,9 +27,9 @@ module.exports = {
 
         var additionals = [];
         if (content.info) {
-            if (content.info.mimetype && content.info.mimetype.length > 0) {
-                additionals.push(content.info.mimetype);
-            }
+            // if (content.info.mimetype && content.info.mimetype.length > 0) {
+            //     additionals.push(content.info.mimetype);
+            // }
             if (content.info.size) {
                 additionals.push(filesize(content.info.size));
             }
-- 
GitLab