From 65660a1e3bf5c455795a395890b5142cbbac07a9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 8 Sep 2020 15:06:44 +0200 Subject: [PATCH] remove double jsdoc --- src/matrix/room/Room.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/room/Room.js b/src/matrix/room/Room.js index 8727edd9..daec1dd6 100644 --- a/src/matrix/room/Room.js +++ b/src/matrix/room/Room.js @@ -167,7 +167,6 @@ export class Room extends EventEmitter { * Called with the changes returned from `writeSync` to apply them and emit changes. * No storage or network operations should be done here. */ - /** @package */ afterSync({summaryChanges, newTimelineEntries, newLiveKey, removedPendingEvents, memberChanges, heroChanges}) { this._syncWriter.afterSync(newLiveKey); if (!this._summary.encryption && summaryChanges.encryption && !this._roomEncryption) {