mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
add outbound session store to sync txn
This commit is contained in:
parent
5e65eb10ef
commit
7bba83aa9e
@ -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
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user