Process chats from stories.storyViewsList.
This commit is contained in:
parent
0b51acefe9
commit
fd0135393c
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user