summaryrefslogtreecommitdiff
path: root/protocols/Teams/src/teams_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-17 18:18:13 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-17 18:18:13 +0300
commit536b626a052525f226165f3834f4ea06c6a7ad11 (patch)
tree0417fc6d68aafc7dff4345ed5fd367709969090f /protocols/Teams/src/teams_proto.h
parentedd9531655f0462bbb7f4b11e514d5f2569228af (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.h1
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);