aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-02-28 18:07:34 +0300
committerlevlam <levlam@telegram.org>2025-02-28 18:07:34 +0300
commit48fb25111801b0dd242847df18b6cd51a6a19b62 (patch)
treea73c6572c5fcf7fc6faf12f2316aeb9799989c94 /td/telegram/NotificationManager.cpp
parentb258560b31462ab70645aefd0401648edc0948a1 (diff)
Add td_api::pushMessageContentProximityAlertTriggered.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
-rw-r--r--td/telegram/NotificationManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp
index f6fc6d4ac..7aa851ad9 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2852,6 +2852,7 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
{"MESSAGE_PHOTO_SECRET", "MESSAGE_SECRET_PHOTO"},
{"MESSAGE_PLAYLIST", "MESSAGE_AUDIOS"},
{"MESSAGE_POLL", "MESSAGE_POLL"},
+ {"MESSAGE_PROXIMITY", "MESSAGE_PROXIMITY"},
{"MESSAGE_QUIZ", "MESSAGE_QUIZ"},
{"MESSAGE_RECURRING_PAY", "MESSAGE_RECURRING_PAYMENT"},
{"MESSAGE_ROUND", "MESSAGE_VIDEO_NOTE"},