wrong store name

This commit is contained in:
Bruno Windels 2020-09-02 14:53:50 +02:00
parent 95fcbe1598
commit 1ab356cd9c

View file

@ -49,7 +49,7 @@ export class Decryption {
session: session.pickle(this._pickleKey), session: session.pickle(this._pickleKey),
claimedKeys: event.keys, claimedKeys: event.keys,
}; };
txn.megOlmInboundSessions.set(sessionEntry); txn.inboundGroupSessions.set(sessionEntry);
newSessions.push(sessionEntry); newSessions.push(sessionEntry);
} finally { } finally {
session.free(); session.free();