Merge pull request #2674 from SillyTavern/random-fix Suspend macros in first messages
Signed| @@ -1880,6 +1880,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) { | ||
| 1880 | 1880 | |
| 1881 | 1881 | if (Number(messageId) === 0 && !isSystem && !isUser) { |
| 1882 | 1882 | mes = substituteParams(mes, undefined, ch_name); |
| 1883 | + chat[messageId] && (chat[messageId].mes = mes); | |
| 1883 | 1884 | } |
| 1884 | 1885 | |
| 1885 | 1886 | mesForShowdownParse = mes; |