diff options
| author | levlam <levlam@telegram.org> | 2025-09-18 02:18:12 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-09-18 02:18:12 +0300 |
| commit | 6f190e9797e2576f848c2ddddf546c078af71fa5 (patch) | |
| tree | bc918e9bd5c3da2f2353aaa7fd0ddfc1c7f7ef7b /td/telegram/NotificationManager.cpp | |
| parent | 8013f3807408e6f10db32b7636d154503e15bc1a (diff) | |
Support push notifications about new gift theme.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
| -rw-r--r-- | td/telegram/NotificationManager.cpp | 1 |
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"}, |
