diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-18 18:24:04 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-18 18:24:04 +0300 |
| commit | 920b6b4c19e8ba7b020db7e78db0327b2a742a7b (patch) | |
| tree | bcd7aa76ec6b2568e0c8906803ce1200081608aa /protocols/Steam/src/steam_login.cpp | |
| parent | 6899d60bbb0068d0d7a7886fe263d50a73216b6c (diff) | |
websocket logic simplification
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_login.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp index 702e47839a..dda672c0af 100644 --- a/protocols/Steam/src/steam_login.cpp +++ b/protocols/Steam/src/steam_login.cpp @@ -267,6 +267,8 @@ void CSteamProto::OnClientLogon(const CMsgClientLogonResponse &reply, const CMsg ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)ID_STATUS_CONNECTING, m_iStatus = m_iDesiredStatus); SendPersonaStatus(m_iStatus); + + WSSend(EMsg::ClientChatGetFriendMessageHistoryForOfflineMessages, NoResponse()); } void CSteamProto::OnClientLogoff(const CMsgClientLoggedOff &reply, const CMsgProtoBufHeader&) |
