mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -158,6 +158,9 @@ private final class SheetContent: CombinedComponent {
|
||||
case let .auto(textValue, entitiesValue, _):
|
||||
text = textValue
|
||||
entities = entitiesValue
|
||||
if let content = reference.content {
|
||||
media = [content]
|
||||
}
|
||||
case let .text(textValue, entitiesValue, disableUrlPreview, previewParameters, _):
|
||||
text = textValue
|
||||
entities = entitiesValue
|
||||
|
||||
Reference in New Issue
Block a user