update comment

This commit is contained in:
Bruno Windels 2020-09-09 09:51:48 +02:00
parent 212efe823c
commit a18d2c0e78

View file

@ -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) {