mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -1177,8 +1177,10 @@ final class MediaEditorScreenComponent: Component {
|
||||
let authorName = forwardAuthor.displayTitle(strings: environment.strings, displayOrder: .firstLast)
|
||||
header = AnyComponent(
|
||||
ForwardInfoPanelComponent(
|
||||
context: component.context,
|
||||
authorName: authorName,
|
||||
text: forwardStory.text,
|
||||
entities: forwardStory.entities,
|
||||
isChannel: forwardAuthor.id.isGroupOrChannel,
|
||||
isVibrant: true,
|
||||
fillsWidth: true
|
||||
|
||||
Reference in New Issue
Block a user