mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Warn when can't identify mimeType of files in Desktop, Obsidian clients
This commit is contained in:
@@ -106,6 +106,7 @@ function filenameToMimeType (filename) {
|
||||
case 'org':
|
||||
return 'text/org';
|
||||
default:
|
||||
console.warn(`Unknown file type: ${extension}. Defaulting to text/plain.`);
|
||||
return 'text/plain';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user