mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Topic improvements + interval ads
This commit is contained in:
@@ -127,6 +127,12 @@ public let telegramPostboxSeedConfiguration: SeedConfiguration = {
|
||||
updated.append(audioTranscription)
|
||||
}
|
||||
}
|
||||
},
|
||||
decodeMessageThreadInfo: { entry in
|
||||
guard let data = entry.get(MessageHistoryThreadData.self) else {
|
||||
return nil
|
||||
}
|
||||
return Message.AssociatedThreadInfo(title: data.info.title, icon: data.info.icon, iconColor: data.info.iconColor)
|
||||
}
|
||||
)
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user