Timeline: fetch members only after timeline is ready
This commit is contained in:
parent
69c42a3cbc
commit
6cd764dc1f
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ class RustMatrixTimeline(
|
|||
}
|
||||
|
||||
private suspend fun fetchMembers() = withContext(dispatcher) {
|
||||
initLatch.await()
|
||||
runCatching {
|
||||
innerRoom.fetchMembers()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue