Fix Avatar Type

This commit is contained in:
Christian 2019-06-12 07:04:04 +00:00
parent 005be2548a
commit 030d566e98

View file

@ -349,7 +349,7 @@ class Room {
id: row["id"], id: row["id"],
name: name, name: name,
topic: row["description"], topic: row["description"],
avatar: avatarUrl, avatar: MxContent(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"]),