From ac66884e967f712981d7da70423cb8bd0cda9be0 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 28 Mar 2026 12:48:48 -0400 Subject: [PATCH] asdf --- client/public/wsModule.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/wsModule.js b/client/public/wsModule.js index a8bbc99..270d853 100644 --- a/client/public/wsModule.js +++ b/client/public/wsModule.js @@ -161,6 +161,7 @@ export function initWebSocket( addNotice( `Message failed: ${new Option(status).innerHTML}`, ); + renderChat(chatEl, inputContainer); } else if (id) { const replyTarget = getReplyTo(); if (replyTarget === null) { @@ -169,7 +170,6 @@ export function initWebSocket( setReplyTo(sid); } } - renderChat(chatEl, inputContainer); break; } case "name_ack": { @@ -178,8 +178,8 @@ export function initWebSocket( addNotice( `Name change failed: ${new Option(status).innerHTML}`, ); + renderChat(chatEl, inputContainer); } - renderChat(chatEl, inputContainer); break; } case "ping": {