From 030d566e98f31cc5f957c7ea792f582d5aefb561 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 12 Jun 2019 07:04:04 +0000 Subject: [PATCH] Fix Avatar Type --- lib/src/Room.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]),