diff --git a/lib/src/Room.dart b/lib/src/Room.dart index 1a52b79..841eba9 100644 --- a/lib/src/Room.dart +++ b/lib/src/Room.dart @@ -349,7 +349,7 @@ class Room { id: row["id"], name: name, topic: row["description"], - avatar: avatarUrl, + avatar: MxContent(avatarUrl), notificationCount: row["notification_count"], highlightCount: row["highlight_count"], unread: ChatTime(row["unread"]),