[Room] Wipe session when sending session keys wasnt successful

This commit is contained in:
Christian Pauly 2020-02-27 11:16:26 +01:00
parent b9f0fe2dcf
commit cb8450de06
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Room {
print( print(
"[LibOlm] Unable to send the session key to the participating devices: " + "[LibOlm] Unable to send the session key to the participating devices: " +
e.toString()); e.toString());
await clearOutboundGroupSession(); await clearOutboundGroupSession(wipe: true);
} }
return; return;
} }