diff options
Diffstat (limited to 'protocols/Steam/src/steam_contacts.cpp')
-rw-r--r-- | protocols/Steam/src/steam_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index 9fcf847d92..88ca5699b6 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -486,7 +486,7 @@ void CSteamProto::OnGotFriendList(const CMsgClientFriendsList &reply, const CMsg SendUserInfoRequest(ids, true); // Load last conversations - SendRequest(new GetConversationsRequest(m_szAccessToken), &CSteamProto::OnGotConversations); + SendFriendActiveSessions(); } void CSteamProto::OnGotBlockList(const JSONNode &root, void *) |