mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Hashtag search improvements
This commit is contained in:
@@ -263,8 +263,12 @@ public class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
default:
|
||||
break
|
||||
}
|
||||
if case .customChatContents = item.associatedData.subject {
|
||||
displayStatus = false
|
||||
if case let .customChatContents(contents) = item.associatedData.subject {
|
||||
if case .hashTagSearch = contents.kind {
|
||||
displayStatus = true
|
||||
} else {
|
||||
displayStatus = false
|
||||
}
|
||||
}
|
||||
if displayStatus {
|
||||
if incoming {
|
||||
|
||||
Reference in New Issue
Block a user