Merge commit 'de5d52ea48c20935e0803047db9d139d15893a4b'

This commit is contained in:
Ali
2022-11-11 22:34:10 +04:00
5 changed files with 31 additions and 8 deletions

View File

@@ -10752,6 +10752,8 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
}
}
self.chatDisplayNode.historyNode.chatHasBots = updatedChatPresentationInterfaceState.hasBots
if let (updatedSearchQuerySuggestionState, updatedSearchQuerySuggestionSignal) = searchQuerySuggestionResultStateForChatInterfacePresentationState(updatedChatPresentationInterfaceState, context: context, currentQuery: self.searchQuerySuggestionState?.0) {
self.searchQuerySuggestionState?.1.dispose()
var inScope = true