wrong store name
This commit is contained in:
parent
95fcbe1598
commit
1ab356cd9c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue