You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
more comment grammar
This commit is contained in:
@@ -184,7 +184,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 what 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 sening unencrypted events to them.
|
||||||
this._roomList = new RoomList(this._cryptoStore, this._sessionStore);
|
this._roomList = new RoomList(this._cryptoStore, this._sessionStore);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user