diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-16 17:20:43 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-16 17:20:43 +0300 |
commit | 33688bc55f818f5c0c1229605b407279e66b7499 (patch) | |
tree | 5a2f525f20c73219f5fe27a031a2036ba9ba1e23 /protocols/Telegram/src/stdafx.h | |
parent | 46e67c5053479beafce3716ec8be4f7e997e7fc9 (diff) |
fixes #4733 (NewStory: отметки о прочтении пропадают при переоткрытии окна)
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index 11bfb43809..8b583a6cba 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -52,7 +52,7 @@ struct CMPlugin : public ACCPROTOPLUGIN<CTelegramProto> {
CMPlugin();
- bool hasMessageState = false;
+ bool hasMessageState = false, hasNewStory = false;
HANDLE m_hIcon = 0;
int Load() override;
|