add outbound session store to sync txn

This commit is contained in:
Bruno Windels 2020-09-08 15:00:00 +02:00
parent 5e65eb10ef
commit 7bba83aa9e

View file

@ -221,6 +221,8 @@ export class Sync {
storeNames.inboundGroupSessions,
storeNames.groupSessionDecryptions,
storeNames.deviceIdentities,
// to discard outbound session when somebody leaves a room
storeNames.outboundGroupSessions
]);
}