1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Initial framework for indexeddb-backed crypto store

Doesn't do anything useful yet - just demonstrates a framework for how I hope
it will fit into the sdk.
This commit is contained in:
Richard van der Hoff
2017-05-30 23:25:07 +01:00
parent 676515cf27
commit 4c7afe5af0
7 changed files with 178 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ function MatrixClient(opts) {
opts.sessionStore,
userId, this.deviceId,
this.store,
opts.cryptoStore,
);
this.olmVersion = Crypto.getOlmVersion();