Rename userAvatarURLString to userAvatarUrl

This commit is contained in:
Benoit Marty 2024-01-19 15:59:50 +01:00
parent 603b10264b
commit 0e57fbf352
6 changed files with 9 additions and 9 deletions

View file

@ -426,7 +426,7 @@ class RustMatrixClient(
}
}
override suspend fun loadUserAvatarURLString(): Result<String?> = withContext(sessionDispatcher) {
override suspend fun loadUserAvatarUrl(): Result<String?> = withContext(sessionDispatcher) {
runCatching {
client.avatarUrl()
}