diff options
| author | levlam <levlam@telegram.org> | 2025-11-08 02:45:42 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-11-08 02:45:42 +0300 |
| commit | 523bc01b1d528dddb5c9086f12b48dd1033a09a8 (patch) | |
| tree | 2d0787733c13932188264a667df3fed14ec9bbc1 /td/telegram/StoryContent.cpp | |
| parent | 23ad05b4be057265660fb95ebf0dc16f2000ad41 (diff) | |
Unify "live story" naming.
Diffstat (limited to 'td/telegram/StoryContent.cpp')
| -rw-r--r-- | td/telegram/StoryContent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/StoryContent.cpp b/td/telegram/StoryContent.cpp index 8a33de9af..05dbac22b 100644 --- a/td/telegram/StoryContent.cpp +++ b/td/telegram/StoryContent.cpp @@ -523,7 +523,7 @@ td_api::object_ptr<td_api::StoryContent> get_story_content_object(Td *td, const return td_api::make_object<td_api::storyContentUnsupported>(); case StoryContentType::LiveStream: { const auto *s = static_cast<const StoryContentLiveStream *>(content); - return td_api::make_object<td_api::storyContentLiveStream>( + return td_api::make_object<td_api::storyContentLive>( td->group_call_manager_->get_group_call_id(s->input_group_call_id_, owner_dialog_id, true).get(), s->is_rtmp_stream_); } |
