Fix updater

This commit is contained in:
luvletter2333 2022-01-23 15:49:24 +08:00
parent d67c5c27b9
commit d3ff18c668
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class InternalUpdater {
}
TLRPC.TL_messages_getHistory req = new TLRPC.TL_messages_getHistory();
req.peer = accountInstance.getMessagesController().getInputPeer(-CHANNEL_APKS_ID);
req.offset_id = metadata.apkChannelMessageID;
req.min_id = metadata.apkChannelMessageID;
req.limit = MAX_READ_COUNT;
Runnable sendReq = () -> accountInstance.getConnectionsManager().sendRequest(req, (response, error) -> {