mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #2674 from SillyTavern/random-fix
Suspend macros in first messages
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user