diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:54:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:54:36 +0300 |
commit | 9e24ff326b8b21ad40482c448ba43934cc92747c (patch) | |
tree | a1f0aa50f24e408ca1251bfee5498a7f15923bd2 /protocols/Telegram/src/resource.h | |
parent | 6e33e16a110cb5b9747ec3edf969bdbafaf240a1 (diff) |
fixes #4973 (Telegram: если собеседник удалил аккаунт, тот удаляется из базы)
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index b916cc8bec..7f1fda4af3 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -18,6 +18,7 @@ #define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
#define IDC_HIDECHATS 1003
+#define IDC_DELETE_CONTACTS 1004
#define IDC_DEVICE_NAME 1005
#define IDC_DIFF1 1006
#define IDC_DIFF2 1007
|