feature (space) : extract SpaceRoomItemView

This commit is contained in:
ganfra 2025-09-05 16:07:37 +02:00 committed by Benoit Marty
parent f56ccdc786
commit d3a9c12ac6
3 changed files with 96 additions and 55 deletions

View file

@ -28,4 +28,6 @@ data class SpaceRoom(
val state: CurrentUserMembership?,
val topic: String?,
val worldReadable: Boolean,
)
) {
val isSpace = roomType == RoomType.Space
}