mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 17:10:14 +01:00
Merge pull request #2674 from SillyTavern/random-fix
Suspend macros in first messages
This commit is contained in:
commit
7d2e35d950
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user