misc(power level) : update tests following api change
This commit is contained in:
parent
400d520685
commit
48971d4aee
15 changed files with 418 additions and 605 deletions
|
|
@ -67,7 +67,6 @@ class SecurityAndPrivacyPresenter(
|
|||
}.collectAsState(false)
|
||||
val saveAction = remember { mutableStateOf<AsyncAction<Unit>>(AsyncAction.Uninitialized) }
|
||||
val homeserverName = remember { matrixClient.userIdServerName() }
|
||||
val syncUpdateFlow = room.syncUpdateFlow.collectAsState()
|
||||
val roomInfo by room.roomInfoFlow.collectAsState()
|
||||
|
||||
val savedIsVisibleInRoomDirectory = remember { mutableStateOf<AsyncData<Boolean>>(AsyncData.Uninitialized) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue