feat(join by alias) : makes sure to pass server names

This commit is contained in:
ganfra 2025-02-25 11:34:29 +01:00
parent 57808aec46
commit e5ad0f6e5d
7 changed files with 14 additions and 11 deletions

View file

@ -21,6 +21,6 @@ interface CreateRoomEntryPoint : FeatureEntryPoint {
}
interface Callback : Plugin {
fun onOpenRoom(roomIdOrAlias: RoomIdOrAlias)
fun onOpenRoom(roomIdOrAlias: RoomIdOrAlias, serverNames: List<String>)
}
}