1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Merge pull request #205 from matrix-org/markjh/megolm

Update the olm library version to 1.3.0
This commit is contained in:
Matthew Hodgson
2016-09-16 17:30:26 +01:00
committed by GitHub
6 changed files with 41 additions and 6 deletions

View File

@@ -156,6 +156,8 @@ function MatrixClient(opts) {
opts.sessionStore,
userId, this.deviceId
);
this.olmVersion = Crypto.getOlmVersion();
}
}
utils.inherits(MatrixClient, EventEmitter);