mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Hashtag search improvements
This commit is contained in:
parent
7c7456de4b
commit
464eb8625f
53 changed files with 2049 additions and 469 deletions
|
|
@ -223,6 +223,8 @@ func updateChatPresentationInterfaceStateImpl(
|
|||
var canHaveUrlPreview = true
|
||||
if case let .customChatContents(customChatContents) = updatedChatPresentationInterfaceState.subject {
|
||||
switch customChatContents.kind {
|
||||
case .hashTagSearch:
|
||||
break
|
||||
case .quickReplyMessageInput:
|
||||
break
|
||||
case .businessLinkSetup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue