Merge branch 'stable'

This commit is contained in:
azivner
2017-11-20 23:37:27 -05:00
7 changed files with 16 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ async function updateNote(noteId, newNote, ctx) {
await sql.remove("links", noteId);
for (const link in newNote.links) {
await sql.insert("links", link);
//await sql.insert("links", link);
}
await sync_table.addNoteTreeSync(noteId);