From f5672c3e9c4e7d2d29d9788c9f128939d21389e0 Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 31 Aug 2023 23:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=94=9F=E6=88=90=E5=99=A8=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/chat/ChatClientTest.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/api/chat/ChatClientTest.js b/frontend/src/api/chat/ChatClientTest.js index 49f337c..153ab5c 100644 --- a/frontend/src/api/chat/ChatClientTest.js +++ b/frontend/src/api/chat/ChatClientTest.js @@ -115,7 +115,8 @@ const MESSAGE_GENERATORS = [ medalLevel: randInt(0, 40), id: getUuid4Hex(), translation: '', - emoticon: null + emoticon: null, + textEmoticons: [], } } } @@ -139,7 +140,8 @@ const MESSAGE_GENERATORS = [ medalLevel: randInt(0, 40), id: getUuid4Hex(), translation: '', - emoticon: randomChoose(EMOTICONS) + emoticon: randomChoose(EMOTICONS), + textEmoticons: [], } } }