diff --git a/lib/src/thread.dart b/lib/src/thread.dart index eb7842ea..d4193eaf 100644 --- a/lib/src/thread.dart +++ b/lib/src/thread.dart @@ -21,7 +21,7 @@ class Thread { final thread = Thread( room: room, rootEvent: MatrixEvent.fromJson(json), - lastEvent: lastEvent + lastEvent: lastEvent, ); return thread; }