1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-13 19:42:25 +03:00
This commit is contained in:
Matthew Hodgson
2016-09-17 15:44:55 +01:00
parent e65fe483e1
commit a30c816cb6

View File

@@ -201,7 +201,7 @@ OlmDecryption.prototype.decryptEvent = function(event) {
payloadString = this._olmDevice.createInboundSession(
deviceKey, message.type, message.body
);
console.log("created new inbound sesion");
console.log("created new inbound session");
} catch (e) {
// Failed to decrypt with a new session.
console.warn("Failed to decrypt message with new session", e);