diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-11 18:10:09 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 18:10:09 +0300 |
| commit | 17ec7bcbd5cb500f73c81c0275c0200b9bf4a2f1 (patch) | |
| tree | 016391b6ef9d0b307f03db759217120046b11326 /protocols/Teams/src/stdafx.h | |
| parent | 9bd79fa9cbff4a517d171c58e8c2ad2d4fa7a02c (diff) | |
fixes #4963 (Teams: невозможно изменить статус после подключения)
Diffstat (limited to 'protocols/Teams/src/stdafx.h')
| -rw-r--r-- | protocols/Teams/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Teams/src/stdafx.h b/protocols/Teams/src/stdafx.h index 7cbbec2676..f5c0ba8236 100644 --- a/protocols/Teams/src/stdafx.h +++ b/protocols/Teams/src/stdafx.h @@ -72,6 +72,7 @@ enum SkypeHost HOST_LOGIN, HOST_PEOPLE, HOST_TEAMS, + HOST_PRESENCE, HOST_OTHER }; @@ -92,7 +93,6 @@ struct AsyncHttpRequest : public MTHttpRequest<CTeamsProto> #include "requests/history.h" #include "requests/profile.h" #include "requests/search.h" -#include "requests/status.h" #include "requests/subscriptions.h" #endif //_COMMON_H_ |
