mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 12:14:29 +00:00
[WIP] Monoforums
This commit is contained in:
@@ -172,6 +172,8 @@ public final class ChatPanelInterfaceInteraction {
|
||||
public let openStarsPurchase: (Int64?) -> Void
|
||||
public let openMessagePayment: () -> Void
|
||||
public let updateHistoryFilter: ((ChatPresentationInterfaceState.HistoryFilter?) -> ChatPresentationInterfaceState.HistoryFilter?) -> Void
|
||||
public let updateChatLocationThread: (Int64?) -> Void
|
||||
public let toggleChatSidebarMode: () -> Void
|
||||
public let updateDisplayHistoryFilterAsList: (Bool) -> Void
|
||||
public let openBoostToUnrestrict: () -> Void
|
||||
public let updateVideoTrimRange: (Double, Double, Bool, Bool) -> Void
|
||||
@@ -292,6 +294,8 @@ public final class ChatPanelInterfaceInteraction {
|
||||
openBoostToUnrestrict: @escaping () -> Void,
|
||||
updateVideoTrimRange: @escaping (Double, Double, Bool, Bool) -> Void,
|
||||
updateHistoryFilter: @escaping ((ChatPresentationInterfaceState.HistoryFilter?) -> ChatPresentationInterfaceState.HistoryFilter?) -> Void,
|
||||
updateChatLocationThread: @escaping (Int64?) -> Void,
|
||||
toggleChatSidebarMode: @escaping () -> Void,
|
||||
updateDisplayHistoryFilterAsList: @escaping (Bool) -> Void,
|
||||
requestLayout: @escaping (ContainedViewLayoutTransition) -> Void,
|
||||
chatController: @escaping () -> ViewController?,
|
||||
@@ -409,6 +413,8 @@ public final class ChatPanelInterfaceInteraction {
|
||||
self.openBoostToUnrestrict = openBoostToUnrestrict
|
||||
self.updateVideoTrimRange = updateVideoTrimRange
|
||||
self.updateHistoryFilter = updateHistoryFilter
|
||||
self.updateChatLocationThread = updateChatLocationThread
|
||||
self.toggleChatSidebarMode = toggleChatSidebarMode
|
||||
self.updateDisplayHistoryFilterAsList = updateDisplayHistoryFilterAsList
|
||||
self.requestLayout = requestLayout
|
||||
|
||||
@@ -534,6 +540,8 @@ public final class ChatPanelInterfaceInteraction {
|
||||
}, openBoostToUnrestrict: {
|
||||
}, updateVideoTrimRange: { _, _, _, _ in
|
||||
}, updateHistoryFilter: { _ in
|
||||
}, updateChatLocationThread: { _ in
|
||||
}, toggleChatSidebarMode: {
|
||||
}, updateDisplayHistoryFilterAsList: { _ in
|
||||
}, requestLayout: { _ in
|
||||
}, chatController: {
|
||||
|
||||
Reference in New Issue
Block a user