Add more checks.
This commit is contained in:
parent
a0990ef2fd
commit
5a60e62892
@ -8475,6 +8475,7 @@ void MessagesManager::set_active_reactions(vector<ReactionType> active_reaction_
|
||||
auto old_active_reaction_pos_ = std::move(active_reaction_pos_);
|
||||
active_reaction_pos_.clear();
|
||||
for (size_t i = 0; i < active_reaction_types_.size(); i++) {
|
||||
CHECK(!active_reaction_types_[i].is_empty());
|
||||
active_reaction_pos_[active_reaction_types_[i]] = i;
|
||||
}
|
||||
|
||||
|
@ -3975,6 +3975,8 @@ void StoryManager::do_send_story(unique_ptr<PendingStory> &&pending_story, vecto
|
||||
send_update_story(story_full_id, story.get());
|
||||
stories_.set(story_full_id, std::move(story));
|
||||
|
||||
CHECK(pending_story->dialog_id_.is_valid());
|
||||
CHECK(pending_story->random_id_ != 0);
|
||||
yet_unsent_stories_[pending_story->dialog_id_].insert(pending_story->send_story_num_);
|
||||
being_sent_stories_[pending_story->random_id_] = story_full_id;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user