aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-09-18 02:18:12 +0300
committerlevlam <levlam@telegram.org>2025-09-18 02:18:12 +0300
commit6f190e9797e2576f848c2ddddf546c078af71fa5 (patch)
treebc918e9bd5c3da2f2353aaa7fd0ddfc1c7f7ef7b /td/telegram/NotificationManager.cpp
parent8013f3807408e6f10db32b7636d154503e15bc1a (diff)
Support push notifications about new gift theme.
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 249fc37da..3ba8f467b 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2848,6 +2848,7 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
{"MESSAGE_GEOLIVE", "MESSAGE_LIVE_LOCATION"},
{"MESSAGE_GIF", "MESSAGE_ANIMATION"},
{"MESSAGE_GIFTCODE", "MESSAGE_GIFTCODE"},
+ {"MESSAGE_GIFT_THEME", "MESSAGE_CHAT_CHANGE_THEME"},
{"MESSAGE_GIVEAWAY", "MESSAGE_GIVEAWAY"},
{"MESSAGE_GIVEAWAY_STARS", "MESSAGE_GIVEAWAY_STARS"},
{"MESSAGE_INVOICE", "MESSAGE_INVOICE"},