mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update API
This commit is contained in:
@@ -1806,7 +1806,8 @@ public final class PostboxDecoder {
|
||||
let result = try AdaptedPostboxDecoder().decode(T.self, from: innerData)
|
||||
return result
|
||||
} catch let error {
|
||||
assertionFailure("Decoding error: \(error)")
|
||||
postboxLog("Decoding error: \(error)")
|
||||
//assertionFailure("Decoding error: \(error)")
|
||||
return nil
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user