mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
attachment upload and download now works for browser
This commit is contained in:
@@ -214,7 +214,7 @@ async function runAllChecks() {
|
||||
FROM
|
||||
notes
|
||||
WHERE
|
||||
type != 'text' AND type != 'code' AND type != 'render'`,
|
||||
type != 'text' AND type != 'code' AND type != 'render' AND type != 'file'`,
|
||||
"Note has invalid type", errorList);
|
||||
|
||||
await runSyncRowChecks("notes", "noteId", errorList);
|
||||
|
||||
Reference in New Issue
Block a user