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

comment grammar

This commit is contained in:
David Baker
2018-01-31 17:32:12 +00:00
parent 022df1b143
commit c0ca85fb3a

View File

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