mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
add todo
This commit is contained in:
parent
a817a9aaf9
commit
fbb534fa16
@ -111,6 +111,7 @@ export class Decryption {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: compare first_known_index to see which session to keep
|
||||||
const hasSession = await txn.inboundGroupSessions.has(roomId, senderKey, sessionId);
|
const hasSession = await txn.inboundGroupSessions.has(roomId, senderKey, sessionId);
|
||||||
if (!hasSession) {
|
if (!hasSession) {
|
||||||
const session = new this._olm.InboundGroupSession();
|
const session = new this._olm.InboundGroupSession();
|
||||||
|
Loading…
Reference in New Issue
Block a user