diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index abb75f19..81bc235e 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -3660,7 +3660,7 @@ class RoomClient { ? `` : ''; @@ -3669,7 +3669,7 @@ class RoomClient { ? `avatar${timeAndName}` : `${timeAndName}avatar`; - const message = getFromName === 'ChatGPT' ? `
${getMsg}
` : this.formatMsg(getMsg); + const message = getFromName === 'ChatGPT' ? `
${getMsg}
` : getMsg; const newMessageHTML = `