mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Initial implementation of the PSA API
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user