mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-07 14:43:30 +01:00
Suspend macros in first message
This commit is contained in:
parent
961878c341
commit
378f4b5ed4
@ -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