[STAGING] Staging Chat Fix (#42206)

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs 2026-01-03 16:24:18 -08:00 committed by BarryNorfolk
parent 6c8f446f12
commit 455ab786ae
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public partial class ChatBox : UIWidget
}
// End EE - Chat stacking
Contents.AddMessage(formatted);
Contents.AddMessage(formatted, tagsAllowed: null);
}
public void Focus(ChatSelectChannel? channel = null)