Initial implementation of the PSA API

This commit is contained in:
Ali
2020-04-24 23:18:44 +04:00
parent faf022b9ec
commit c4004a23ee
68 changed files with 4928 additions and 4378 deletions

View File

@@ -51,7 +51,7 @@ public final class ChannelState: PeerChatState, Equatable, CustomStringConvertib
}
public var description: String {
return "(pts: \(self.pts))"
return "(pts: \(self.pts), invalidatedPts: \(String(describing: self.invalidatedPts)), synchronizedUntilMessageId: \(String(describing: self.synchronizedUntilMessageId))"
}
public static func ==(lhs: ChannelState, rhs: ChannelState) -> Bool {