Remove useless Immutable annotation
This commit is contained in:
committed by
Benoit Marty
parent
5e7437e827
commit
e6cd8d5fb5
@@ -24,7 +24,6 @@ import kotlinx.collections.immutable.ImmutableList
|
||||
|
||||
internal const val MAX_KNOCK_MESSAGE_LENGTH = 500
|
||||
|
||||
@Immutable
|
||||
data class JoinRoomState(
|
||||
val roomIdOrAlias: RoomIdOrAlias,
|
||||
val contentState: ContentState,
|
||||
|
||||
Reference in New Issue
Block a user