fix the tgz mime type, bump reva

This commit is contained in:
Roman Perekhod
2023-11-21 17:33:52 +01:00
parent 8fba7e8468
commit 7175316292
9 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
"enabled": false,
},
"mediatype": map[string]interface{}{
"keywords": []string{"file", "folder", "document", "spreadsheet", "presentation", "pdf", "image", "video", "audio", "archive"},
"keywords": []string{"document", "spreadsheet", "presentation", "pdf", "image", "video", "audio", "folder", "archive"},
"enabled": true,
},
"type": map[string]interface{}{