From c01b949fcca9f2f1568f035acb8776d96098f4bc Mon Sep 17 00:00:00 2001 From: Ali <> Date: Fri, 1 Apr 2022 23:52:45 +0400 Subject: [PATCH] Cache issue? --- submodules/AccountContext/Sources/PeerSelectionController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/AccountContext/Sources/PeerSelectionController.swift b/submodules/AccountContext/Sources/PeerSelectionController.swift index dbb695610e..8bd9683cb4 100644 --- a/submodules/AccountContext/Sources/PeerSelectionController.swift +++ b/submodules/AccountContext/Sources/PeerSelectionController.swift @@ -32,6 +32,7 @@ public struct ChatListNodePeersFilter: OptionSet { public static let onlyGroupsAndChannels = ChatListNodePeersFilter(rawValue: 1 << 13) } + public final class PeerSelectionControllerParams { public let context: AccountContext public let updatedPresentationData: (initial: PresentationData, signal: Signal)?