mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
add todo
This commit is contained in:
parent
a817a9aaf9
commit
fbb534fa16
@ -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 New Issue
Block a user