Fix Avatar Type
This commit is contained in:
parent
005be2548a
commit
030d566e98
|
@ -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"]),
|
||||
|
|
Loading…
Reference in a new issue