quality: format and remove unused code
This commit is contained in:
parent
a21b66b862
commit
5d2ca95e40
5 changed files with 1 additions and 11 deletions
|
|
@ -207,11 +207,6 @@ class RoomMemberModerationPresenter(
|
|||
)
|
||||
}
|
||||
|
||||
private data class Permissions(
|
||||
val canKick: Boolean = false,
|
||||
val canBan: Boolean = false,
|
||||
)
|
||||
|
||||
private fun <T> CoroutineScope.runActionAndWaitForMembershipChange(
|
||||
action: MutableState<AsyncAction<T>>,
|
||||
block: suspend () -> Result<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue