fix: Commit the restored ratchet
This commit is contained in:
parent
c5c579810e
commit
4341797f14
@ -304,6 +304,15 @@ class OmemoSessionManager {
|
|||||||
await _lock.synchronized(() {
|
await _lock.synchronized(() {
|
||||||
print('RESTORING RATCHETS');
|
print('RESTORING RATCHETS');
|
||||||
_ratchetMap[mapKey] = oldRatchet;
|
_ratchetMap[mapKey] = oldRatchet;
|
||||||
|
|
||||||
|
// Commit the ratchet
|
||||||
|
_eventStreamController.add(
|
||||||
|
RatchetModifiedEvent(
|
||||||
|
mapKey.jid,
|
||||||
|
mapKey.deviceId,
|
||||||
|
oldRatchet,
|
||||||
|
),
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user