feature (space) : use via parameter from space room
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ interface SpaceEntryPoint : FeatureEntryPoint {
|
||||
) : NodeInputs
|
||||
|
||||
interface Callback : Plugin {
|
||||
fun onOpenRoom(roomId: RoomId)
|
||||
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user