changes in retrieval of initial note tree and then updates

This commit is contained in:
zadam
2019-10-25 21:47:14 +02:00
parent 4570319517
commit c72ea2ed60
5 changed files with 94 additions and 103 deletions

View File

@@ -562,7 +562,7 @@ function getHashValueFromAddress() {
async function loadTreeCache() {
const resp = await server.get('tree');
treeCache.load(resp.notes, resp.branches, resp.relations);
treeCache.load(resp.notes, resp.branches);
}
async function loadTree() {