Skip to content

Commit

Permalink
Always drop update in process_qts_update.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Nov 16, 2024
1 parent c13a365 commit 9527a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td/telegram/UpdatesManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3156,6 +3156,7 @@ void UpdatesManager::process_qts_update(tl_object_ptr<telegram_api::Update> &&up
} else {
add_qts(qts).set_value(Unit());
LOG(ERROR) << "Receive " << to_string(update_ptr);
update_ptr = nullptr;
}
promise.set_value(Unit());
}
Expand Down

0 comments on commit 9527a82

Please sign in to comment.