You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-13 19:42:25 +03:00
typo
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user