mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Send correct paddings in improved TCP protocol.
This commit is contained in:
@@ -462,7 +462,7 @@ def addTextSerialize(lst, dct, dataLetter):
|
||||
|
||||
templateArgument = ''
|
||||
if (isTemplate != ''):
|
||||
templateArgument = '<mtpRequest>'
|
||||
templateArgument = '<MTP::SecureRequest>'
|
||||
|
||||
result += 'void Serialize_' + name + '(MTPStringLogger &to, int32 stage, int32 lev, Types &types, Types &vtypes, StagesFlags &stages, StagesFlags &flags, const mtpPrime *start, const mtpPrime *end, uint32 iflag) {\n';
|
||||
if (len(conditions)):
|
||||
|
Reference in New Issue
Block a user