mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
wrong store name
This commit is contained in:
parent
95fcbe1598
commit
1ab356cd9c
@ -49,7 +49,7 @@ export class Decryption {
|
||||
session: session.pickle(this._pickleKey),
|
||||
claimedKeys: event.keys,
|
||||
};
|
||||
txn.megOlmInboundSessions.set(sessionEntry);
|
||||
txn.inboundGroupSessions.set(sessionEntry);
|
||||
newSessions.push(sessionEntry);
|
||||
} finally {
|
||||
session.free();
|
||||
|
Loading…
Reference in New Issue
Block a user