diff --git a/lib/src/client.dart b/lib/src/client.dart index b486e5fd..1f565a4c 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -807,6 +807,7 @@ class Client extends MatrixApi { /// Resets all settings and stops the synchronisation. void clear() { + Logs().outputEvents.clear(); database?.clear(id); _id = accessToken = homeserver = _userID = _deviceID = _deviceName = prevBatch = null;