Commit ab3b6567 by Lee Munkyeong

ルーム開設API修正。

parent 37aad354
......@@ -1331,7 +1331,6 @@ CHAT_UI.startChat = function (userShopMemberId,userName) {
CHAT_UI.showLoadingIndicator();
var userIdList = [];
userIdList.push(CHAT.globalLoginParameter.shopMemberId);
userIdList.push(userShopMemberId);
console.log(userIdList);
// 参加ユーザ名でルーム名を生成
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment