mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-31 09:52:04 +00:00
Update submodules
This commit is contained in:
parent
19385017a8
commit
772c6934e8
@ -419,7 +419,7 @@ private func loadLegacyMessages(account: TemporaryAccount, basePath: String, acc
|
||||
}
|
||||
}
|
||||
|
||||
parsedMedia.append(TelegramMediaImage(imageId: mediaId, representations: representations, reference: nil, partialReference: nil))
|
||||
parsedMedia.append(TelegramMediaImage(imageId: mediaId, representations: representations, immediateThumbnailData: nil, reference: nil, partialReference: nil))
|
||||
} else if let item = item as? TGVideoMediaAttachment {
|
||||
let mediaId = MediaId(namespace: Namespaces.Media.LocalImage, id: arc4random64())
|
||||
var representations: [TelegramMediaImageRepresentation] = []
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 98767051c506be81ce802194738fe295766de391
|
||||
Subproject commit 6c46ed8cbf1f0c5227a7ef394067b8a697f6ff81
|
@ -1 +1 @@
|
||||
Subproject commit 9961c6212de8208faa0e078f704b8bf5bdc899f9
|
||||
Subproject commit 59fc72b24143f972f51a3f4ec7853ad95048870f
|
@ -1 +1 @@
|
||||
Subproject commit a7546d438afef9f7ce5212b36b106e1d8acb35bc
|
||||
Subproject commit fed3bb73ee58beb8713ae92d3d9d0e496d88f96c
|
Loading…
x
Reference in New Issue
Block a user