forked from mystiq/hydrogen-web
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.groupSessionDecryptions,
|
||||
storeNames.deviceIdentities,
|
||||
// to discard outbound session when somebody leaves a room
|
||||
storeNames.outboundGroupSessions
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue