From 5876e5200b519d2fac8868e4dcd1a7bb915a8a8a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 20 Apr 2021 18:03:27 +0200 Subject: [PATCH] don't need this for now --- 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 1d4b650e..02b19a18 100644 --- a/src/matrix/room/Room.js +++ b/src/matrix/room/Room.js @@ -382,7 +382,7 @@ export class Room extends EventEmitter { * Can be used to do longer running operations that resulted from the last sync, * like network operations. */ - async afterSyncCompleted(changes, isNewRoom, log) { + async afterSyncCompleted(changes, log) { log.set("id", this.id); if (this._roomEncryption) { await this._roomEncryption.flushPendingRoomKeyShares(this._hsApi, null, log);