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

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