Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-10 00:38:35 +03:00
3 changed files with 5 additions and 2 deletions

View File

@ -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 {