Suspend macros in first message

378f4b5ed4cae2fc937cc85f64074d9f03420334

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

1 files changed, +1 -0Ignore whitespace
public/script.js+1 -0
@@ -1880,6 +1880,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) {
18801880
18811881 if (Number(messageId) === 0 && !isSystem && !isUser) {
18821882 mes = substituteParams(mes, undefined, ch_name);
1883+ chat[messageId] && (chat[messageId].mes = mes);
18831884 }
18841885
18851886 mesForShowdownParse = mes;