add outbound session store to sync txn
This commit is contained in:
parent
5e65eb10ef
commit
7bba83aa9e
1 changed files with 2 additions and 0 deletions
|
@ -221,6 +221,8 @@ export class Sync {
|
||||||
storeNames.inboundGroupSessions,
|
storeNames.inboundGroupSessions,
|
||||||
storeNames.groupSessionDecryptions,
|
storeNames.groupSessionDecryptions,
|
||||||
storeNames.deviceIdentities,
|
storeNames.deviceIdentities,
|
||||||
|
// to discard outbound session when somebody leaves a room
|
||||||
|
storeNames.outboundGroupSessions
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue