fixed recent notes

This commit is contained in:
azivner
2017-11-19 12:06:48 -05:00
parent f18d25911b
commit 00151beded
10 changed files with 78 additions and 51 deletions

View File

@@ -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() {