You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decided to reopen this from the closed issue #391.
Why is SteamFriends.ChatEnterCallback triggered when getting invited to a group or accepting a group invite from Steam Community? Is there any way to check if the user is actually entering a chatroom or getting invited to a group?
The callback from receiving a group invite is the same from the last chat it entered.
I tried hooking NetHook2 into the Steam client and tried to first invite myself to a group and then join a chatroom. I'm not too familiar with NetHook2 and the Analyzer, but in the list I can see a message called ClientChatEnter, but only when joining the chat. When being invited to the group I only get a ClientClanState message.
This discussion was converted from issue #586 on March 21, 2023 08:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Decided to reopen this from the closed issue #391.
Why is
SteamFriends.ChatEnterCallback
triggered when getting invited to a group or accepting a group invite from Steam Community? Is there any way to check if the user is actually entering a chatroom or getting invited to a group?The callback from receiving a group invite is the same from the last chat it entered.
I tried hooking NetHook2 into the Steam client and tried to first invite myself to a group and then join a chatroom. I'm not too familiar with NetHook2 and the Analyzer, but in the list I can see a message called
ClientChatEnter
, but only when joining the chat. When being invited to the group I only get aClientClanState
message.Beta Was this translation helpful? Give feedback.
All reactions