comment message formatting

This commit is contained in:
Stefan Daniel Schwarz 2023-08-26 17:50:54 +02:00
parent 19c9828a46
commit dd7b89aef6
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ async function sendCommentMessage(_, text) {
name: COMMENT_NAME_DEFAULT,
is_user: false,
is_name: true,
is_system: true,
is_system: false,
send_date: getMessageTimeStamp(),
mes: substituteParams(text.trim()),
force_avatar: comment_avatar,