mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix content length in note revisions
This commit is contained in:
parent
c115628f1f
commit
8d3a3d4873
@ -43,6 +43,8 @@ class NoteRevision extends AbstractEntity {
|
|||||||
this.utcDateCreated = row.utcDateCreated;
|
this.utcDateCreated = row.utcDateCreated;
|
||||||
/** @param {string} */
|
/** @param {string} */
|
||||||
this.utcDateModified = row.utcDateModified;
|
this.utcDateModified = row.utcDateModified;
|
||||||
|
/** @param {number} */
|
||||||
|
this.contentLength = row.contentLength;
|
||||||
|
|
||||||
if (this.isProtected) {
|
if (this.isProtected) {
|
||||||
if (protectedSessionService.isProtectedSessionAvailable()) {
|
if (protectedSessionService.isProtectedSessionAvailable()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user