summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-16 18:17:30 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-16 18:17:35 +0300
commit9bdcd269ccfcbb3afc2014018a1a2575e855a166 (patch)
tree170299054b43d297c3c5e4f6991c3a9fa09cee5b /protocols/Steam/src/main.cpp
parent602a2375186515051727dfe075075fd47e110cc5 (diff)
minor fixes
Diffstat (limited to 'protocols/Steam/src/main.cpp')
-rw-r--r--protocols/Steam/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp
index 092f545208..9181cc600d 100644
--- a/protocols/Steam/src/main.cpp
+++ b/protocols/Steam/src/main.cpp
@@ -159,6 +159,7 @@ void CMPlugin::InitSteamServices()
serviceHandlers[UpdateAuthSessionWithSteamGuardCode] = ServiceResponseHandler(&CSteamProto::OnGotConfirmationCode);
serviceHandlers[FriendSendMessage] = ServiceResponseHandler(&CSteamProto::OnMessageSent);
+ serviceHandlers[FriendGetActiveSessions] = ServiceResponseHandler(&CSteamProto::OnGotConversations);
}
int CMPlugin::Load()