feature (space) : use via parameter from space room
This commit is contained in:
parent
a2de7b8ddd
commit
d8f07896e8
5 changed files with 9 additions and 10 deletions
|
|
@ -31,6 +31,6 @@ interface SpaceEntryPoint : FeatureEntryPoint {
|
|||
) : NodeInputs
|
||||
|
||||
interface Callback : Plugin {
|
||||
fun onOpenRoom(roomId: RoomId)
|
||||
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue