开的房间名为用户名

This commit is contained in:
MrZ626
2021-02-11 23:47:10 +08:00
parent 3751292833
commit d6f17198a7

View File

@@ -129,7 +129,7 @@ function scene.keyDown(k)
json.encode{
email=USER.email,
access_token=USER.access_token,
room_name="Test Room "..math.random(26,626),
room_name=(USER.name or"???").."'s room",
room_password=nil,
}
)