mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit 'd58bd7415d508d06f32d7658675b2426fa924472' into features/reply-list
This commit is contained in:
@@ -166,6 +166,7 @@ private var declaredEncodables: Void = {
|
||||
declareEncodable(TelegramMediaImage.VideoRepresentation.self, f: { TelegramMediaImage.VideoRepresentation(decoder: $0) })
|
||||
declareEncodable(Country.self, f: { Country(decoder: $0) })
|
||||
declareEncodable(Country.CountryCode.self, f: { Country.CountryCode(decoder: $0) })
|
||||
declareEncodable(CountriesList.self, f: { CountriesList(decoder: $0) })
|
||||
|
||||
return
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user