Merge pull request #2674 from SillyTavern/random-fix Suspend macros in first messages

7d2e35d95072f0614bf98fc5315f5ec8220815da

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

Signed
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
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;