Skip to content

Commit

Permalink
Remove wrong because of call through send_closure_later CHECK.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c61586c3dde988c3174f4ce3e05fe0f08d7af468
  • Loading branch information
levlam committed Oct 14, 2020
1 parent a487d20 commit b03e0a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion td/telegram/MessagesManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19553,7 +19553,6 @@ void MessagesManager::do_read_history_on_server(DialogId dialog_id) {

Dialog *d = get_dialog(dialog_id);
CHECK(d != nullptr);
CHECK(!d->updated_read_history_message_ids.empty());

for (auto top_thread_message_id : d->updated_read_history_message_ids) {
if (!top_thread_message_id.is_valid()) {
Expand Down

0 comments on commit b03e0a8

Please sign in to comment.