Merge branch 'room-fix-create-session' into 'master'

[Room] Wipe session when sending session keys wasnt successful

See merge request famedly/famedlysdk!230
This commit is contained in:
Christian Pauly 2020-02-27 10:20:37 +00:00
commit f681bf93ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}