Commit 7450fe80 by Lee Munkyeong

ルームに入場している状態で新規メッセージを受信した場合loginで表示される問題対応

parent 6b60a3b0
......@@ -235,7 +235,7 @@ function setSocketAction () {
message.text = replacePath;
var messageSender;
if (CHAT_UTIL.isIOS()) {
messageSender = JSON.parse(android.getUserInfoList(message.userId));
messageSender = JSON.parse(CHAT_DB.getUserInfoList(message.userId));
} else if (CHAT_UTIL.isAndroid()) {
messageSender = JSON.parse(android.getUserInfoList(message.userId));
}
......
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