From 3ab84443f948b3830adade2f74b3b7066ebf9fc6 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:24:18 -0800 Subject: [PATCH] [STAGING] Staging Chat Fix (#42206) Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- .../UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs index c389cf4dfb..6e8a41de7c 100644 --- a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs +++ b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs @@ -117,7 +117,7 @@ public partial class ChatBox : UIWidget formatted.PushColor(color); formatted.AddMarkupOrThrow(message); formatted.Pop(); - Contents.AddMessage(formatted); + Contents.AddMessage(formatted, tagsAllowed: null); } public void Focus(ChatSelectChannel? channel = null) -- 2.52.0