Rename avatarURLString to avatarUrl
This commit is contained in:
parent
4c86126eae
commit
d1c7520065
12 changed files with 20 additions and 20 deletions
|
|
@ -146,7 +146,7 @@ class RoomListDataSource @Inject constructor(
|
|||
val avatarData = AvatarData(
|
||||
id = roomSummary.identifier(),
|
||||
name = roomSummary.details.name,
|
||||
url = roomSummary.details.avatarURLString,
|
||||
url = roomSummary.details.avatarUrl,
|
||||
size = AvatarSize.RoomListItem,
|
||||
)
|
||||
val roomIdentifier = roomSummary.identifier()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue