mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fixed recent notes
This commit is contained in:
		| @@ -3,11 +3,11 @@ | ||||
| const crypto = require('crypto'); | ||||
|  | ||||
| function newNoteId() { | ||||
|     return randomString(12); | ||||
|     return randomString(8); | ||||
| } | ||||
|  | ||||
| function newNoteTreeId() { | ||||
|     return randomString(8); | ||||
|     return randomString(12); | ||||
| } | ||||
|  | ||||
| function newNoteHistoryId() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user