From 005be2548ae566d14b4adb711bf878111783a57e Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 12 Jun 2019 07:03:05 +0000 Subject: [PATCH] Use correct avatarUrl --- 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 52e25c0..1a52b79 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: MxContent(row["avatar_url"]), + avatar: avatarUrl, notificationCount: row["notification_count"], highlightCount: row["highlight_count"], unread: ChatTime(row["unread"]),