Rename avatarURLString to avatarUrl

This commit is contained in:
Benoit Marty 2024-01-19 15:56:51 +01:00
parent 4c86126eae
commit d1c7520065
12 changed files with 20 additions and 20 deletions

View file

@ -169,7 +169,7 @@ class InviteListPresenter @Inject constructor(
AvatarData(
id = roomId.value,
name = name,
url = avatarURLString,
url = avatarUrl,
size = AvatarSize.RoomInviteItem,
)
}