Use correct avatarUrl

This commit is contained in:
Christian 2019-06-12 07:03:05 +00:00
parent fa4a4a0ea8
commit 005be2548a
1 changed files with 1 additions and 1 deletions

View File

@ -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"]),