Various fixes

This commit is contained in:
Ilya Laktyushin
2024-05-22 18:23:32 +04:00
parent f77b7a7b33
commit 418968604c
9 changed files with 92 additions and 37 deletions

View File

@@ -990,6 +990,7 @@ public protocol ChatController: ViewController {
var alwaysShowSearchResultsAsList: Bool { get set }
var includeSavedPeersInSearchResults: Bool { get set }
var showListEmptyResults: Bool { get set }
func updatePresentationMode(_ mode: ChatControllerPresentationMode)
func beginMessageSearch(_ query: String)