ResolveResource
Use ResolveResource rather than calling individual functions like visit user and room
This commit is contained in:
@@ -149,7 +149,7 @@ Item {
|
||||
if (root.isJoined) {
|
||||
root.enterRoom()
|
||||
} else {
|
||||
RoomManager.openResource(root.roomId, "join")
|
||||
RoomManager.resolveResource(root.roomId, "join")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user