mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Emoji improvements
This commit is contained in:
@@ -2537,6 +2537,9 @@ final class MessageHistoryTable: Table {
|
||||
}
|
||||
for mediaId in attribute.associatedMediaIds {
|
||||
if associatedMedia[mediaId] == nil {
|
||||
if mediaId.id == 5364107552168613887 {
|
||||
assert(true)
|
||||
}
|
||||
if let media = self.getMedia(mediaId) {
|
||||
associatedMedia[mediaId] = media
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user