1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Revert ack changes

This commit is contained in:
Luv Letter 2021-11-01 21:26:55 +08:00 committed by GitHub
parent 099ecfbae1
commit ef0f3cd542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -895,9 +895,10 @@ void Handshake::processHandshakeResponse(TLObject *message, int64_t messageId) {
}
void Handshake::sendAckRequest(int64_t messageId) {
/*
auto msgsAck = new TL_msgs_ack();
msgsAck->msg_ids.push_back(messageId);
sendRequestData(msgsAck, false);
sendRequestData(msgsAck, false);*/
}
TLObject *Handshake::getCurrentHandshakeRequest() {