Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2025-03-21 18:43:36 +04:00
commit 9a103ddbcf
4 changed files with 14 additions and 3 deletions

View File

@ -601,6 +601,17 @@ public final class TelegramMediaImageRepresentation: PostboxCoding, Equatable, C
TelegramCore_TelegramMediaImageRepresentation.add(hasVideo: self.hasVideo, &builder)
TelegramCore_TelegramMediaImageRepresentation.add(isPersonal: self.isPersonal, &builder)
let mappedTypeHint: TelegramCore_TelegramMediaImageRepresentation_TypeHint
switch self.typeHint {
case .generic:
mappedTypeHint = .generic
case .animated:
mappedTypeHint = .animated
case .video:
mappedTypeHint = .video
}
TelegramCore_TelegramMediaImageRepresentation.add(typeHint: mappedTypeHint, &builder)
return TelegramCore_TelegramMediaImageRepresentation.endTelegramMediaImageRepresentation(&builder, start: start)
}

@ -1 +1 @@
Subproject commit 29862dd6202e5f71db38e9722fecfd0ab3078268
Subproject commit be2870ed32280b62fdd18072735dd2a6a9e85526

@ -1 +1 @@
Subproject commit e8d2ef8c74f07c4f952db43bdfc08f39228f79c3
Subproject commit dfd6b604d7194a3d41614afa2c8abd8825a657aa

View File

@ -1,5 +1,5 @@
{
"app": "11.8.3",
"app": "11.8.4",
"xcode": "16.2",
"bazel": "7.3.1:981f82a470bad1349322b6f51c9c6ffa0aa291dab1014fac411543c12e661dff",
"macos": "15"