mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Resolve char macros to message name in first message display
This commit is contained in:
@ -1791,7 +1791,7 @@ export function messageFormatting(mes, ch_name, isSystem, isUser, messageId) {
|
||||
}
|
||||
|
||||
if (Number(messageId) === 0 && !isSystem && !isUser) {
|
||||
mes = substituteParams(mes);
|
||||
mes = substituteParams(mes, undefined, ch_name);
|
||||
}
|
||||
|
||||
mesForShowdownParse = mes;
|
||||
|
Reference in New Issue
Block a user