distinctUntilChanged for preloadManager [skip ci]

This commit is contained in:
overtake
2020-03-14 21:42:16 +04:00
parent 8bb7699a65
commit 015d3de3a5
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ private final class AdditionalPreloadPeerIdsContext {
}
}
public struct ChatHistoryPreloadItem {
public struct ChatHistoryPreloadItem : Equatable {
public let index: ChatListIndex
public let isMuted: Bool
public let hasUnread: Bool