mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fx crash
This commit is contained in:
@@ -37,7 +37,7 @@ public enum StickerPackReference: PostboxCoding, Hashable, Equatable, Codable {
|
||||
}
|
||||
}
|
||||
|
||||
public init(decoder: Decoder) throws {
|
||||
public init(from decoder: Decoder) throws {
|
||||
let container = try decoder.container(keyedBy: StringCodingKey.self)
|
||||
|
||||
let discriminator = try container.decode(Int32.self, forKey: "r")
|
||||
|
||||
Reference in New Issue
Block a user