Update placeholder for empty message

281ce10040692d49f7982193465f85f6ad288ad0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/endpoints/chats.js+1 -1
@@ -411,7 +411,7 @@ export async function getChatInfo(pathToFile, additionalData = {}, isGroup = fal
411411 const jsonData = tryParse(lastLine);
412412 if (jsonData && (jsonData.name || jsonData.character_name)) {
413413 chatData.chat_items = isGroup ? itemCounter : (itemCounter - 1);
414414 chatData.mes = jsonData['mes'] || '[The chatmessage is empty]';
415415 chatData.last_mes = jsonData['send_date'] || stats.mtimeMs;
416416
417417 res(chatData);