Add inline search results

This commit is contained in:
Isaac
2024-01-30 10:08:46 +01:00
parent 4ffc6367bb
commit d3bfd68386
13 changed files with 429 additions and 74 deletions

View File

@@ -947,6 +947,8 @@ public protocol ChatController: ViewController {
var visibleContextController: ViewController? { get }
var alwaysShowSearchResultsAsList: Bool { get set }
func updatePresentationMode(_ mode: ChatControllerPresentationMode)
func beginMessageSearch(_ query: String)
func displayPromoAnnouncement(text: String)