sdk (space) : expose the via parameter from space room
This commit is contained in:
parent
dd2c9d4450
commit
a2de7b8ddd
3 changed files with 8 additions and 1 deletions
|
|
@ -28,6 +28,10 @@ data class SpaceRoom(
|
|||
val state: CurrentUserMembership?,
|
||||
val topic: String?,
|
||||
val worldReadable: Boolean,
|
||||
/**
|
||||
* The via parameters of the room.
|
||||
*/
|
||||
val via: List<String>,
|
||||
) {
|
||||
val isSpace = roomType == RoomType.Space
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue