diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-17 18:18:13 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-17 18:18:13 +0300 |
| commit | 536b626a052525f226165f3834f4ea06c6a7ad11 (patch) | |
| tree | 0417fc6d68aafc7dff4345ed5fd367709969090f /protocols/Teams/src/teams_proto.h | |
| parent | edd9531655f0462bbb7f4b11e514d5f2569228af (diff) | |
Teams: finally the problem with statuses is solved
Diffstat (limited to 'protocols/Teams/src/teams_proto.h')
| -rw-r--r-- | protocols/Teams/src/teams_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Teams/src/teams_proto.h b/protocols/Teams/src/teams_proto.h index 939f6db0a0..7cf8952023 100644 --- a/protocols/Teams/src/teams_proto.h +++ b/protocols/Teams/src/teams_proto.h @@ -362,6 +362,7 @@ private: void ProcessConversationUpdate(const JSONNode &node); void __cdecl GatewayThread(void *); + void GatewayThreadWorker(); void TRouterSendJson(const char *szName, const JSONNode *node = 0); void TRouterSendJson(const JSONNode &node); |
