mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging' into neo-server
This commit is contained in:
@ -4574,7 +4574,7 @@ function addChatsPreamble(mesSendString) {
|
||||
|
||||
function addChatsSeparator(mesSendString) {
|
||||
if (power_user.context.chat_start) {
|
||||
return substituteParams(power_user.context.chat_start) + '\n' + mesSendString;
|
||||
return substituteParams(power_user.context.chat_start + '\n') + mesSendString;
|
||||
}
|
||||
|
||||
else {
|
||||
|
Reference in New Issue
Block a user