From f402e8c6c4c071eaa3c71d6956bf5c66c7e9073e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 1 Oct 2020 14:39:23 +0200 Subject: [PATCH] typo/thinko in docs --- src/matrix/Sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/Sync.js b/src/matrix/Sync.js index 889be6ad..2d9780b1 100644 --- a/src/matrix/Sync.js +++ b/src/matrix/Sync.js @@ -253,7 +253,7 @@ export class Sync { storeNames.groupSessionDecryptions, storeNames.deviceIdentities, // to discard outbound session when somebody leaves a room - // and to create room key messages when somebody leaves + // and to create room key messages when somebody joins storeNames.outboundGroupSessions, storeNames.operations, storeNames.accountData,