diff options
| author | levlam <levlam@telegram.org> | 2023-07-03 15:46:31 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-07-03 15:46:31 +0300 |
| commit | b04eeb4d87c10ec21ccb848f46a8f929102e833d (patch) | |
| tree | 6b6a86a5a53e00aedf8044a1838decb41b0224db /td/telegram/StoryContent.cpp | |
| parent | 4dc1bd49888ebb2974b87c0322a68e5cf250ab47 (diff) | |
Ignore parsed MessageContent of unknown type.
Diffstat (limited to 'td/telegram/StoryContent.cpp')
| -rw-r--r-- | td/telegram/StoryContent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/td/telegram/StoryContent.cpp b/td/telegram/StoryContent.cpp index 3550605c3..6f1e6145c 100644 --- a/td/telegram/StoryContent.cpp +++ b/td/telegram/StoryContent.cpp @@ -150,7 +150,6 @@ static void parse(unique_ptr<StoryContent> &content, ParserT &parser) { break; } default: - LOG(ERROR) << "Have unknown story content type " << static_cast<int32>(content_type); is_bad = true; } if (is_bad) { |
