diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-19 18:41:14 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-19 18:41:14 +0300 |
commit | 48cbee5972a0e5ee69f9ee2903181dc42df399f6 (patch) | |
tree | 17e173a10654009ecd3efb1cd2eca4d347b0361e /protocols/Steam/src/steam_history.cpp | |
parent | 30072a1ea2ca98ebfe3c1b057b74768d96ff22b8 (diff) |
final code cleaning + version bump
Diffstat (limited to 'protocols/Steam/src/steam_history.cpp')
-rw-r--r-- | protocols/Steam/src/steam_history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_history.cpp b/protocols/Steam/src/steam_history.cpp index bbb1239aa1..8158c9e4c6 100644 --- a/protocols/Steam/src/steam_history.cpp +++ b/protocols/Steam/src/steam_history.cpp @@ -8,7 +8,7 @@ void CSteamProto::OnGotConversations(const CFriendsMessagesGetActiveMessageSessi for (int i=0; i < reply.n_message_sessions; i++) { auto *session = reply.message_sessions[i]; - uint64_t steamId = AccountIdToSteamId(session->accountid_friend); + uint64_t steamId = session->accountid_friend; MCONTACT hContact = GetContact(steamId); if (!hContact) continue; |