diff --git a/lib/src/Room.dart b/lib/src/Room.dart index 0e74b20..52e25c0 100644 --- a/lib/src/Room.dart +++ b/lib/src/Room.dart @@ -377,7 +377,7 @@ class Room { "power_event_power_levels": row["power_event_power_levels"], }, client: matrix, - events: [], + events: [Event.fromJson(row, null)], participants: [], ); }