From dd7b89aef6e35943de980d29193bb22869b259b9 Mon Sep 17 00:00:00 2001 From: Stefan Daniel Schwarz Date: Sat, 26 Aug 2023 17:50:54 +0200 Subject: [PATCH] comment message formatting --- public/scripts/slash-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index a23f10d8b..22aecc252 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -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,