Allow trimming chat start with {{trim}} macro

This commit is contained in:
Cohee
2024-04-10 00:32:53 +03:00
parent 99a7925be4
commit 69d219cd7e
2 changed files with 2 additions and 1 deletions

View File

@ -4575,7 +4575,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 {