diff --git a/app.js b/app.js index 270db99..793e64d 100644 --- a/app.js +++ b/app.js @@ -399,7 +399,7 @@ async function handleConnection(connection, info) { if (iconBuffer) { const iconMessage = JSON.stringify({ type: 'icon', - username: config.userName, + name: config.userName, avatar: b4a.toString(iconBuffer, 'base64'), timestamp: Date.now() });