Make RoomMemberModerationState stable
This commit is contained in:
committed by
Benoit Marty
parent
b84699e28f
commit
bb47492d95
+3
@@ -7,6 +7,9 @@
|
||||
|
||||
package io.element.android.features.roommembermoderation.api
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
@Immutable
|
||||
interface RoomMemberModerationState {
|
||||
val canKick: Boolean
|
||||
val canBan: Boolean
|
||||
|
||||
Reference in New Issue
Block a user