Room member moderation: kick, ban and unban (#2496)
* Room member moderation: kick, ban and unban --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
parent
22715f4ea3
commit
d8f9408cdb
113 changed files with 1410 additions and 83 deletions
|
|
@ -79,9 +79,9 @@ sealed interface AsyncAction<out T> {
|
|||
|
||||
fun isUninitialized(): Boolean = this == Uninitialized
|
||||
|
||||
fun isConfirming(): Boolean = this is Confirming
|
||||
fun isConfirming(): Boolean = this == Confirming
|
||||
|
||||
fun isLoading(): Boolean = this is Loading
|
||||
fun isLoading(): Boolean = this == Loading
|
||||
|
||||
fun isFailure(): Boolean = this is Failure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue