aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-06-25 17:33:12 +0300
committerlevlam <levlam@telegram.org>2025-06-25 17:33:12 +0300
commitd0369e7809b65cef0ca55a8bda6ce73979bfd947 (patch)
treefb9746ff72bdd17c9bbace8f034f0b81bf9a8714 /td/telegram/NotificationManager.cpp
parent168f854e996c9482567f66cf1765c48d5fa9afe5 (diff)
Add td_api::pushMessageContentToDoTasksAdded.
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 f50079d47..12c00a38c 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2873,6 +2873,7 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
{"MESSAGE_TEXT", "MESSAGE_TEXT"},
{"MESSAGE_THEME", "MESSAGE_CHAT_CHANGE_THEME"},
{"MESSAGE_TODO", "MESSAGE_TODO"},
+ {"MESSAGE_TODO_APPEND", "MESSAGE_TODO_APPEND"},
{"MESSAGE_TODO_DONE", "MESSAGE_TODO_DONE"},
{"MESSAGE_UNIQUE_STARGIFT", "MESSAGE_STARGIFT_TRANSFER"},
{"MESSAGE_VIDEO", "MESSAGE_VIDEO"},