Add fetchMembers and use it when init timeline (import again rust-sdk with fix on poisoning)
This commit is contained in:
parent
2176aa8e5a
commit
9526eac81c
13 changed files with 106 additions and 107 deletions
|
|
@ -41,6 +41,10 @@ class FakeMatrixRoom(
|
|||
return FakeMatrixTimeline()
|
||||
}
|
||||
|
||||
override suspend fun fetchMembers(): Result<Unit> {
|
||||
return Result.success(Unit)
|
||||
}
|
||||
|
||||
override suspend fun userDisplayName(userId: String): Result<String?> {
|
||||
return Result.success("")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue