mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit '1cc27e2a20c8cd889584c327f697d3c8c5c4b8fe'
# Conflicts: # submodules/AccountContext/Sources/AccountContext.swift # submodules/TelegramCore/Sources/ApiUtils/StoreMessage_Telegram.swift # submodules/TelegramCore/Sources/TelegramEngine/Messages/MediaArea.swift # submodules/TelegramCore/Sources/TelegramEngine/Messages/StoryListContext.swift # submodules/TelegramUI/Components/PeerInfo/PeerInfoStoryGridScreen/Sources/StorySearchGridScreen.swift # submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerViewSendMessage.swift # submodules/TelegramUI/Sources/SharedAccountContext.swift
This commit is contained in:
@@ -1775,7 +1775,6 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
}, openRecommendedChannelContextMenu: { _, _, _ in
|
||||
}, openGroupBoostInfo: { _, _ in
|
||||
}, openStickerEditor: {
|
||||
}, openPhoneContextMenu: { _ in
|
||||
}, openAgeRestrictedMessageMedia: { _, _ in
|
||||
}, playMessageEffect: { _ in
|
||||
}, editMessageFactCheck: { _ in
|
||||
@@ -1908,8 +1907,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
return HashtagSearchController(context: context, peer: peer, query: query, all: all)
|
||||
}
|
||||
|
||||
public func makeStorySearchController(context: AccountContext, scope: StorySearchControllerScope) -> ViewController {
|
||||
return StorySearchGridScreen(context: context, scope: scope)
|
||||
public func makeStorySearchController(context: AccountContext, scope: StorySearchControllerScope, listContext: SearchStoryListContext?) -> ViewController {
|
||||
return StorySearchGridScreen(context: context, scope: scope, listContext: listContext)
|
||||
}
|
||||
|
||||
public func makeMyStoriesController(context: AccountContext, isArchive: Bool) -> ViewController {
|
||||
@@ -2638,6 +2637,10 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
public func makeStarsReceiptScreen(context: AccountContext, receipt: BotPaymentReceipt) -> ViewController {
|
||||
return StarsTransactionScreen(context: context, subject: .receipt(receipt), action: {})
|
||||
}
|
||||
|
||||
public func makeStarsStatisticsScreen(context: AccountContext, starsContext: StarsContext) -> ViewController {
|
||||
return StarsStatisticsScreen(context: context, starsContext: starsContext)
|
||||
}
|
||||
}
|
||||
|
||||
private func peerInfoControllerImpl(context: AccountContext, updatedPresentationData: (PresentationData, Signal<PresentationData, NoError>)?, peer: Peer, mode: PeerInfoControllerMode, avatarInitiallyExpanded: Bool, isOpenedFromChat: Bool, requestsContext: PeerInvitationImportersContext? = nil) -> ViewController? {
|
||||
|
||||
Reference in New Issue
Block a user