Timeline: fetch members only after timeline is ready
This commit is contained in:
@@ -127,6 +127,7 @@ class RustMatrixTimeline(
|
||||
}
|
||||
|
||||
private suspend fun fetchMembers() = withContext(dispatcher) {
|
||||
initLatch.await()
|
||||
runCatching {
|
||||
innerRoom.fetchMembers()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user