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:
committed by
GitHub
parent
22715f4ea3
commit
d8f9408cdb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user