开的房间名为用户名
This commit is contained in:
@@ -129,7 +129,7 @@ function scene.keyDown(k)
|
|||||||
json.encode{
|
json.encode{
|
||||||
email=USER.email,
|
email=USER.email,
|
||||||
access_token=USER.access_token,
|
access_token=USER.access_token,
|
||||||
room_name="Test Room "..math.random(26,626),
|
room_name=(USER.name or"???").."'s room",
|
||||||
room_password=nil,
|
room_password=nil,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user