diff --git a/lib/src/room.dart b/lib/src/room.dart index 4f17d85..cf30901 100644 --- a/lib/src/room.dart +++ b/lib/src/room.dart @@ -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; }