forked from mystiq/hydrogen-web
add todo
This commit is contained in:
parent
a817a9aaf9
commit
fbb534fa16
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ export class Decryption {
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: compare first_known_index to see which session to keep
|
||||
const hasSession = await txn.inboundGroupSessions.has(roomId, senderKey, sessionId);
|
||||
if (!hasSession) {
|
||||
const session = new this._olm.InboundGroupSession();
|
||||
|
|
Loading…
Reference in a new issue