diff --git a/td/telegram/AuthManager.cpp b/td/telegram/AuthManager.cpp index 9a68d15e3..b3bb0a253 100644 --- a/td/telegram/AuthManager.cpp +++ b/td/telegram/AuthManager.cpp @@ -1172,7 +1172,6 @@ void AuthManager::destroy_auth_keys() { } }); G()->td_db()->get_binlog_pmc()->set("auth", "destroy"); - G()->td_db()->get_binlog_pmc()->force_sync(std::move(promise), "destroy_auth_keys"); } void AuthManager::on_delete_account_result(NetQueryPtr &&net_query) {