diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 9e755fb1c6..acf288aeba 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -207,6 +207,8 @@ class CTelegramProto : public PROTO<CTelegramProto> CMStringA m_defaultEmoji; OBJLIST<TG_OWN_MESSAGE> m_arOwnMsg; + + mir_cs m_csRequests; OBJLIST<TG_REQUEST_BASE> m_arRequests; mir_cs m_csFiles; |