mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fact check fixes
This commit is contained in:
parent
43faf7619d
commit
4ced5da467
@ -302,6 +302,7 @@ private func contentNodeMessagesAndClassesForItem(_ item: ChatMessageItem) -> ([
|
||||
for attribute in message.attributes {
|
||||
if let attribute = attribute as? FactCheckMessageAttribute, case .Loaded = attribute.content {
|
||||
result.append((message, ChatMessageFactCheckBubbleContentNode.self, itemAttributes, BubbleItemAttributes(isAttachment: false, neighborType: .text, neighborSpacing: .default)))
|
||||
needReactions = false
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user