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)?