We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ecea3 commit daf6227Copy full SHA for daf6227
composeApp/src/commonMain/kotlin/com/hypergonial/chat/model/MimeTypes.kt
@@ -94,7 +94,7 @@ object MimeTypeMap {
94
*/
95
fun String.getMimeType(): Mime? = MimeTypeMap.getMimeTypeFromUrl(this)
96
97
-// Sourced from: https://github.com/patrickmccallum/mimetype-io/blob/master/package.json
+// Sourced from: https://github.com/patrickmccallum/mimetype-io/blob/master/src/mimeData.json
98
// Retrieved on: 2025-02-07
99
private val mimeTypeData = buildMap {
100
put("123", Mime("application", "vnd.lotus-1-2-3"))
0 commit comments