Suspend macros in first message

378f4b5ed4cae2fc937cc85f64074d9f03420334

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

1 files changed, +1 -0Showing whitespace changes
public/script.js+1 -0
@@ -1880,6 +1880,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) {
18801880
1881 if (Number(messageId) === 0 && !isSystem && !isUser) {1881 if (Number(messageId) === 0 && !isSystem && !isUser) {
1882 mes = substituteParams(mes, undefined, ch_name);1882 mes = substituteParams(mes, undefined, ch_name);
1883 chat[messageId] && (chat[messageId].mes = mes);
1883 }1884 }
18841885
1885 mesForShowdownParse = mes;1886 mesForShowdownParse = mes;