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

basically I just can't type

This commit is contained in:
David Baker
2018-01-31 17:33:35 +00:00
parent f1194b1fbe
commit b6cd826dd7

View File

@@ -185,7 +185,7 @@ function MatrixClient(opts) {
// List of which rooms have encryption enabled: separate from crypto because // List of which rooms have encryption enabled: separate from crypto because
// we still want to know which rooms are encrypted even if crypto is disabled: // we still want to know which rooms are encrypted even if crypto is disabled:
// we don't want to start sening unencrypted events to them. // we don't want to start sending unencrypted events to them.
this._roomList = new RoomList(this._cryptoStore, this._sessionStore); this._roomList = new RoomList(this._cryptoStore, this._sessionStore);
} }
utils.inherits(MatrixClient, EventEmitter); utils.inherits(MatrixClient, EventEmitter);