summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-22 17:46:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-22 17:46:49 +0300
commited54464972bcea62c617e1ade88722454b037ee0 (patch)
treedd20ac95a60aecd523676eef852f5fcda3f80b3b /protocols/Telegram/src/proto.h
parenta7ef6936c39f27ae844712c549ad5d5bc5a19015 (diff)
fixes #3448 (Telegram: настройка глушения чатов синхронизируется лишь в одну сторону (от сервера к нам)
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index 657dce496a..af6c3d9851 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -93,6 +93,7 @@ struct TG_USER
CMStringW wszNick, wszFirstName, wszLastName;
time_t m_timer1 = 0, m_timer2 = 0;
SESSION_INFO *m_si = nullptr;
+ TD::chatNotificationSettings notificationSettings;
CMStringW getDisplayName() const;
};
@@ -300,6 +301,7 @@ public:
int __cdecl OnOptionsInit(WPARAM, LPARAM);
int __cdecl GcMenuHook(WPARAM, LPARAM);
+ int __cdecl GcMuteHook(WPARAM, LPARAM);
int __cdecl GcEventHook(WPARAM, LPARAM);
// Services //////////////////////////////////////////////////////////////////////////