Timeline: fetch members only after timeline is ready

This commit is contained in:
ganfra 2023-07-27 20:49:56 +02:00
parent 69c42a3cbc
commit 6cd764dc1f

View file

@ -127,6 +127,7 @@ class RustMatrixTimeline(
}
private suspend fun fetchMembers() = withContext(dispatcher) {
initLatch.await()
runCatching {
innerRoom.fetchMembers()
}