diff options
| author | levlam <levlam@telegram.org> | 2025-11-18 17:24:22 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-11-18 17:24:22 +0300 |
| commit | dccf70082cea4fd1c04055b10782436dfc60dd23 (patch) | |
| tree | 8743f2d4ebaabf3e5245dc6ba9ae95e057a68ff1 /td/telegram/NotificationManager.cpp | |
| parent | e316d8706054ebb3eb1dc72beec9b189b971ee67 (diff) | |
Improve comment.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
| -rw-r--r-- | td/telegram/NotificationManager.cpp | 2 |
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"); } |
