Perform get profile request on matrix ID
This commit is contained in:
parent
e5912edfb5
commit
310be7a14a
6 changed files with 50 additions and 16 deletions
|
|
@ -31,8 +31,7 @@ class AllMatrixUsersDataSource @Inject constructor(
|
|||
}
|
||||
|
||||
override suspend fun getProfile(userId: UserId): MatrixUser? {
|
||||
// TODO hook up to matrix client
|
||||
return null
|
||||
return client.getProfile(userId).getOrNull()
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue