aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-02-28 11:14:03 +0300
committerlevlam <levlam@telegram.org>2025-02-28 11:14:03 +0300
commitb258560b31462ab70645aefd0401648edc0948a1 (patch)
treea8440d6ac086701dafb37175047f31c063cfac82 /td/telegram/NotificationManager.cpp
parentb164a4ec2548157f77e1c38b3a322c1040d894c3 (diff)
Add pushMessageContentStory.is_mention.
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 eeb01bb8f..f6fc6d4ac 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2861,6 +2861,7 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
{"MESSAGE_STARGIFT_UPGRADE", "MESSAGE_STARGIFT_UPGRADE"},
{"MESSAGE_STICKER", "MESSAGE_STICKER"},
{"MESSAGE_STORY", "MESSAGE_STORY"},
+ {"MESSAGE_STORY_MENTION", "MESSAGE_STORY_MENTION"},
{"MESSAGE_SUGGEST_PHOTO", "MESSAGE_SUGGEST_PHOTO"},
{"MESSAGE_TEXT", "MESSAGE_TEXT"},
{"MESSAGE_THEME", "MESSAGE_CHAT_CHANGE_THEME"},