diff --git a/public/script.js b/public/script.js index eed5022e5..951783cbe 100644 --- a/public/script.js +++ b/public/script.js @@ -1880,6 +1880,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) { if (Number(messageId) === 0 && !isSystem && !isUser) { mes = substituteParams(mes, undefined, ch_name); + chat[messageId] && (chat[messageId].mes = mes); } mesForShowdownParse = mes;