Make RoomMemberModerationState stable
This commit is contained in:
parent
b84699e28f
commit
bb47492d95
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue