diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-24 12:58:45 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-24 12:58:45 +0300 |
commit | ed0f0a463b33aea3358efb3986282a1b9904fc75 (patch) | |
tree | 94faf012e20823467898925da6c1c304befa385d /protocols/Teams/src/teams_trouter.cpp | |
parent | 57b62fcfdcea3687ff3419776b501a6091129739 (diff) |
Teams: obsolete code removed
Diffstat (limited to 'protocols/Teams/src/teams_trouter.cpp')
-rw-r--r-- | protocols/Teams/src/teams_trouter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Teams/src/teams_trouter.cpp b/protocols/Teams/src/teams_trouter.cpp index 2772b39578..5d8ac4a00d 100644 --- a/protocols/Teams/src/teams_trouter.cpp +++ b/protocols/Teams/src/teams_trouter.cpp @@ -62,8 +62,6 @@ void CTeamsProto::OnTrouterInfo(MHttpResponse *response, AsyncHttpRequest *) if (!ccid.IsEmpty()) pReq << CHAR_PARAM("ccid", ccid); PushRequest(pReq); - - CreateSubscription(); } void CTeamsProto::StartTrouter() |