diff --git a/Telegram/NotificationService/Api.m b/Telegram/NotificationService/Api.m index e57d131ce8..baf8190911 100644 --- a/Telegram/NotificationService/Api.m +++ b/Telegram/NotificationService/Api.m @@ -369,7 +369,7 @@ static const char *Api1__Serializer_Key = "Api1__Serializer"; return nil; return [Api1_Photo photoEmptyWithPid:pid]; } copy]; - parsers[@((int32_t)0xd07504a5)] = [^id (NSData *_data, NSUInteger* _offset, __unused id metaInfo) + parsers[@((int32_t)0xfb197a65)] = [^id (NSData *_data, NSUInteger* _offset, __unused id metaInfo) { NSNumber * flags = nil; if ((flags = [Api1__Environment parseObject:_data offset:_offset implicitSignature:(int32_t)0xa8509bda metaInfo:nil]) == nil) diff --git a/Telegram/NotificationService/Serialization.m b/Telegram/NotificationService/Serialization.m index 80295733b7..c585f0d0c3 100644 --- a/Telegram/NotificationService/Serialization.m +++ b/Telegram/NotificationService/Serialization.m @@ -3,7 +3,7 @@ @implementation Serialization - (NSUInteger)currentLayer { - return 115; + return 116; } - (id _Nullable)parseMessage:(NSData * _Nullable)data {