aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-11-18 17:24:22 +0300
committerlevlam <levlam@telegram.org>2025-11-18 17:24:22 +0300
commitdccf70082cea4fd1c04055b10782436dfc60dd23 (patch)
tree8743f2d4ebaabf3e5245dc6ba9ae95e057a68ff1 /td/telegram/NotificationManager.cpp
parente316d8706054ebb3eb1dc72beec9b189b971ee67 (diff)
Improve comment.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
-rw-r--r--td/telegram/NotificationManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp
index 96332d5a8..a9ee2e7ee 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -3371,7 +3371,7 @@ Status NotificationManager::process_push_notification_payload(string payload, bo
}
if (begins_with(loc_key, "STORY_")) {
- // TODO STORY_NOTEXT, STORY_HIDDEN_AUTHOR notifications
+ // TODO STORY_NOTEXT, STORY_HIDDEN_AUTHOR, STORY_LIVE notifications
return Status::Error(406, "Story notifications are unsupported");
}