mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Merge commit '4e55e3aab0902379e2fa292582845bafdc76306a'
# Conflicts: # submodules/TelegramUI/Components/TextLoadingEffect/Sources/TextLoadingEffect.swift
This commit is contained in:
@@ -275,8 +275,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