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:
commit
f681bf93ab
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue