Commit 1234b73c by Takatoshi Miura

アーカイブ修正

parent 9d0b6fe0
......@@ -1725,9 +1725,7 @@ CHAT_UI.refreshArchiveDetailScreen = function(archiveId) {
// 参加ユーザ情報を表示
let attendUserList = archive.attendUserIds;
if (CHAT_UTIL.isAndroid()) {
attendUserList = JSON.parse(archive.attendUserIds);
}
attendUserList = JSON.parse(archive.attendUserIds);
attendUserList.forEach(function(user) {
......
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