From 9bdcd269ccfcbb3afc2014018a1a2575e855a166 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Dec 2024 18:17:30 +0300 Subject: minor fixes --- protocols/Steam/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/src/main.cpp') 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() -- cgit v1.2.3