Use correct avatarUrl
This commit is contained in:
parent
fa4a4a0ea8
commit
005be2548a
|
@ -349,7 +349,7 @@ class Room {
|
||||||
id: row["id"],
|
id: row["id"],
|
||||||
name: name,
|
name: name,
|
||||||
topic: row["description"],
|
topic: row["description"],
|
||||||
avatar: MxContent(row["avatar_url"]),
|
avatar: avatarUrl,
|
||||||
notificationCount: row["notification_count"],
|
notificationCount: row["notification_count"],
|
||||||
highlightCount: row["highlight_count"],
|
highlightCount: row["highlight_count"],
|
||||||
unread: ChatTime(row["unread"]),
|
unread: ChatTime(row["unread"]),
|
||||||
|
|
Loading…
Reference in a new issue