feature(space): add view members entry
This commit is contained in:
parent
ef52fb38f2
commit
52f48268b1
9 changed files with 57 additions and 13 deletions
|
|
@ -33,5 +33,7 @@ interface SpaceEntryPoint : FeatureEntryPoint {
|
|||
interface Callback : Plugin {
|
||||
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
|
||||
fun onOpenDetails()
|
||||
|
||||
fun onOpenMemberList()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue