mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix read state management
This commit is contained in:
@@ -78,7 +78,7 @@ public enum PeerReadState: Equatable, CustomStringConvertible {
|
||||
}
|
||||
|
||||
public struct CombinedPeerReadState: Equatable {
|
||||
let states: [(MessageId.Namespace, PeerReadState)]
|
||||
public let states: [(MessageId.Namespace, PeerReadState)]
|
||||
|
||||
public init(states: [(MessageId.Namespace, PeerReadState)]) {
|
||||
self.states = states
|
||||
|
||||
Reference in New Issue
Block a user