Process chats from stories.storyViewsList.

This commit is contained in:
levlam 2023-12-19 13:04:21 +03:00
parent 0b51acefe9
commit fd0135393c
1 changed files with 1 additions and 0 deletions

View File

@ -2842,6 +2842,7 @@ void StoryManager::on_get_story_viewers(
}
td_->contacts_manager_->on_get_users(std::move(view_list->users_), "on_get_story_viewers");
td_->contacts_manager_->on_get_chats(std::move(view_list->chats_), "on_get_story_viewers");
auto total_count = view_list->count_;
if (total_count < 0 || static_cast<size_t>(total_count) < view_list->views_.size()) {