[Room] Wipe session when sending session keys wasnt successful
This commit is contained in:
parent
b9f0fe2dcf
commit
cb8450de06
|
@ -124,7 +124,7 @@ class Room {
|
|||
print(
|
||||
"[LibOlm] Unable to send the session key to the participating devices: " +
|
||||
e.toString());
|
||||
await clearOutboundGroupSession();
|
||||
await clearOutboundGroupSession(wipe: true);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue