You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
really kill mime types as they are ugly (3rd time lucky)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user