feature (space) : extract SpaceRoomItemView
This commit is contained in:
parent
f56ccdc786
commit
d3a9c12ac6
3 changed files with 96 additions and 55 deletions
|
|
@ -28,4 +28,6 @@ data class SpaceRoom(
|
|||
val state: CurrentUserMembership?,
|
||||
val topic: String?,
|
||||
val worldReadable: Boolean,
|
||||
)
|
||||
) {
|
||||
val isSpace = roomType == RoomType.Space
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue