From a0c7eb1561de030a8a13d6140926e7c60ea80c5f Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 7 Jul 2024 21:52:57 -0400 Subject: [PATCH] fix --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 954bc6b..270db99 100644 --- a/app.js +++ b/app.js @@ -1185,7 +1185,7 @@ async function sendMessage(e) { const messageObj = JSON.stringify({ type: 'message', name: config.userName, - avatar: config.userAvatar, + avatar: updatePortInUrl(config.userAvatar), topic: topic, timestamp: timestamp, message