From 7358b05b11e327d265e8dd0be97248173358493b Mon Sep 17 00:00:00 2001 From: Markov Date: Sat, 14 Mar 2026 09:56:47 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20system=20messages=20show=20actor=20name?= =?UTF-8?q?=20instead=20of=20'=D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0?= =?UTF-8?q?=20(Name)'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatPanel.tsx b/src/components/ChatPanel.tsx index 96e657a..78bd80e 100644 --- a/src/components/ChatPanel.tsx +++ b/src/components/ChatPanel.tsx @@ -306,7 +306,7 @@ export default function ChatPanel({ chatId, projectId }: Props) { {AUTHOR_ICON[msg.author_type] || "πŸ‘€"} {msg.author_type === "system" - ? (msg.actor ? `БистСма (${msg.actor.name})` : "БистСма") + ? (msg.actor?.name || "БистСма") : (msg.author?.name || msg.author?.slug || "Unknown")} Β·