summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_login.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-29 19:26:53 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-29 19:26:53 +0300
commit97bb35bf1222e14656a1d5db3aeb67312e094465 (patch)
treeeaffcd34904669cfc3ce2300471d1c42b225b381 /protocols/Steam/src/steam_login.cpp
parentac6499d920052d3a8f9a8549af505fb23c240ccf (diff)
Steam: added device authorization family
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
-rw-r--r--protocols/Steam/src/steam_login.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index acdc25f889..1c2c130287 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -262,6 +262,7 @@ 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);
+ SendDeviceListRequest();
WSSend(EMsg::ClientChatGetFriendMessageHistoryForOfflineMessages, NoResponse());
}