forked from mystiq/hydrogen-web
update comment
This commit is contained in:
parent
212efe823c
commit
a18d2c0e78
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export class Room extends EventEmitter {
|
|||
|
||||
async notifyRoomKeys(roomKeys) {
|
||||
if (this._roomEncryption) {
|
||||
// array of {data, source}
|
||||
// array of {data, isSync}
|
||||
let retryEntries = this._roomEncryption.applyRoomKeys(roomKeys);
|
||||
let decryptedEntries = [];
|
||||
if (retryEntries.length) {
|
||||
|
|
Loading…
Reference in a new issue