From a18d2c0e78413b23c5cd987dbfe5be2ba45143f3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 9 Sep 2020 09:51:48 +0200 Subject: [PATCH] update comment --- src/matrix/room/Room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/room/Room.js b/src/matrix/room/Room.js index b8454df7..a2b84717 100644 --- a/src/matrix/room/Room.js +++ b/src/matrix/room/Room.js @@ -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) {