feature(space): add view members entry
This commit is contained in:
parent
be6c8637de
commit
212084866c
9 changed files with 57 additions and 13 deletions
|
|
@ -23,6 +23,9 @@ interface RoomDetailsEntryPoint : FeatureEntryPoint {
|
|||
@Parcelize
|
||||
data object RoomDetails : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data object RoomMemberList : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data class RoomMemberDetails(val roomMemberId: UserId) : InitialTarget
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue