diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-03 22:13:22 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-03 22:13:27 +0300 |
| commit | fc73bfb84eeaf09ef147774c92ea2b8592032122 (patch) | |
| tree | 67737f47161e96c59488a7fc3eca82960a8b276c /protocols/Teams/src/teams_login.cpp | |
| parent | 0f361039b66b42b704b6b3601a1c3a88e317cc7d (diff) | |
Teams: minus polling
Diffstat (limited to 'protocols/Teams/src/teams_login.cpp')
| -rw-r--r-- | protocols/Teams/src/teams_login.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Teams/src/teams_login.cpp b/protocols/Teams/src/teams_login.cpp index 9e4f2a966a..b3c800d13a 100644 --- a/protocols/Teams/src/teams_login.cpp +++ b/protocols/Teams/src/teams_login.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-25 Miranda NG team (https://miranda-ng.org) +Copyright (c) 2025 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -40,8 +40,6 @@ void CTeamsProto::LoggedIn() m_iStatus = m_iDesiredStatus; ProtoBroadcastAck(0, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)oldStatus, m_iStatus); - m_impl.m_heartBeat.StartSafe(600 * 1000); - SendCreateEndpoint(); } |
