Browse Source

Orbit hotfix

develop
Ezerous 6 years ago
parent
commit
989053d2d6
  1. 4
      app/src/utils/orbitUtils.js

4
app/src/utils/orbitUtils.js

@ -55,9 +55,7 @@ async function loadDatabases(identityId, identityPublicKey, identityPrivateKey,
await topicsDB.load();
await postsDB.load();
updateDatabases(DATABASES_LOADED, orbitdb, topicsDB, postsDB);
return { orbitdb, topicsDB, postsDB };
store.dispatch(updateDatabases(DATABASES_LOADED, orbitdb, topicsDB, postsDB));
}
function getIPFS(){

Loading…
Cancel
Save