Add debugging

This commit is contained in:
Ali
2021-06-28 22:06:25 +04:00
parent a23971c0ef
commit c4d10d07fe
5 changed files with 25 additions and 6 deletions

View File

@@ -210,7 +210,7 @@ public class BoxedMessage: NSObject {
public class Serialization: NSObject, MTSerialization {
public func currentLayer() -> UInt {
return 130
return 131
}
public func parseMessage(_ data: Data!) -> Any! {