DoctorMcKay / node-steam-user

Allows interaction with the Steam network via the Steam client protocol
https://dev.doctormckay.com/forum/7-node-steam-user/
MIT License
879 stars 157 forks source link

incoming chat message object has null 'chat_name' property if it is this user that sent it #491

Open byteframe opened 1 month ago

byteframe commented 1 month ago

Upon a fresh login, if I send a chat message to a steam group chat, the listener will receive a chat message object with a null chat_name property. Perhaps this information is cached somehow later, maybe when other users send messages, and these always return a full object. tyvm!

DoctorMcKay commented 1 month ago

I don't fully understand what you're saying. Can you provide some example code showing the issue?