Make RoomMemberModerationState stable
This commit is contained in:
parent
babe4d7ed0
commit
49fd981157
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
|
|
||||||
package io.element.android.features.roommembermoderation.api
|
package io.element.android.features.roommembermoderation.api
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Immutable
|
||||||
|
|
||||||
|
@Immutable
|
||||||
interface RoomMemberModerationState {
|
interface RoomMemberModerationState {
|
||||||
val canKick: Boolean
|
val canKick: Boolean
|
||||||
val canBan: Boolean
|
val canBan: Boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue