mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
fix storing dateLastEdited timestamp in note revisions
This commit is contained in:
@@ -105,6 +105,7 @@ class Note extends Entity {
|
||||
}
|
||||
}
|
||||
|
||||
/** @returns {{contentLength, dateModified, utcDateModified}} */
|
||||
getContentMetadata() {
|
||||
return sql.getRow(`
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user