feature (space) : use via parameter from space room

This commit is contained in:
ganfra 2025-09-24 14:11:46 +02:00
parent a2de7b8ddd
commit d8f07896e8
5 changed files with 9 additions and 10 deletions

View file

@ -31,6 +31,6 @@ interface SpaceEntryPoint : FeatureEntryPoint {
) : NodeInputs
interface Callback : Plugin {
fun onOpenRoom(roomId: RoomId)
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
}
}