mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Cache issue?
This commit is contained in:
@@ -32,6 +32,7 @@ public struct ChatListNodePeersFilter: OptionSet {
|
|||||||
public static let onlyGroupsAndChannels = ChatListNodePeersFilter(rawValue: 1 << 13)
|
public static let onlyGroupsAndChannels = ChatListNodePeersFilter(rawValue: 1 << 13)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public final class PeerSelectionControllerParams {
|
public final class PeerSelectionControllerParams {
|
||||||
public let context: AccountContext
|
public let context: AccountContext
|
||||||
public let updatedPresentationData: (initial: PresentationData, signal: Signal<PresentationData, NoError>)?
|
public let updatedPresentationData: (initial: PresentationData, signal: Signal<PresentationData, NoError>)?
|
||||||
|
|||||||
Reference in New Issue
Block a user