Skip to content

Commit

Permalink
修复前端样式生成器不显示文本消息
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Aug 31, 2023
1 parent b57bac3 commit f5672c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/api/chat/ChatClientTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ const MESSAGE_GENERATORS = [
medalLevel: randInt(0, 40),
id: getUuid4Hex(),
translation: '',
emoticon: null
emoticon: null,
textEmoticons: [],
}
}
}
Expand All @@ -139,7 +140,8 @@ const MESSAGE_GENERATORS = [
medalLevel: randInt(0, 40),
id: getUuid4Hex(),
translation: '',
emoticon: randomChoose(EMOTICONS)
emoticon: randomChoose(EMOTICONS),
textEmoticons: [],
}
}
}
Expand Down

0 comments on commit f5672c3

Please sign in to comment.