Timeline: fetch members only after timeline is ready

This commit is contained in:
ganfra
2023-07-27 20:49:56 +02:00
parent 5547b6278e
commit b75752e066

View File

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