mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix content length in note revisions
This commit is contained in:
		| @@ -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()) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user