Use async store

This commit is contained in:
yflory
2017-11-30 15:01:17 +01:00
parent 0840570fbf
commit b3688db202
15 changed files with 251 additions and 297 deletions

View File

@@ -315,7 +315,7 @@ define([
exp.realtime = rt.realtime;
exp.proxy = rt.proxy;
exp.loggedIn = Cryptpad.isLoggedIn()
exp.loggedIn = Cryptpad.isLoggedIn();
rt.proxy.on('create', function (info) {
exp.info = info;
if (!LocalStore.getUserHash()) {