mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Disable drop request again
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
{
|
||||
if (request.requestContext != nil)
|
||||
{
|
||||
[_dropReponseContexts addObject:[[MTDropResponseContext alloc] initWithDropMessageId:request.requestContext.messageId]];
|
||||
//[_dropReponseContexts addObject:[[MTDropResponseContext alloc] initWithDropMessageId:request.requestContext.messageId]];
|
||||
anyNewDropRequests = true;
|
||||
if (request.expectedResponseSize >= 512 * 1024) {
|
||||
mergedAskForReconnectionOnDrop = true;
|
||||
|
||||
Reference in New Issue
Block a user