1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-29 19:41:14 +03:00

Merge branch 'develop' into feature/bca/rust_flavor

This commit is contained in:
valere
2023-01-30 16:46:54 +01:00
88 changed files with 3040 additions and 611 deletions

View File

@ -80,6 +80,9 @@ class FlowSession(private val session: Session) {
fun liveSyncState(): Flow<SyncState> {
return session.syncService().getSyncStateLive().asFlow()
.startWith(session.coroutineDispatchers.io) {
session.syncService().getSyncState()
}
}
fun livePushers(): Flow<List<Pusher>> {