mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Add reaction emoji context menu
This commit is contained in:
parent
f8626f2c2c
commit
b5f54de5a9
@ -5550,6 +5550,12 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
}
|
||||
}
|
||||
|
||||
for mediaArea in component.slice.item.storyItem.mediaAreas {
|
||||
if case let .reaction(_, reaction, _) = mediaArea, case let .custom(fileId) = reaction {
|
||||
emojiFileIds.append(fileId)
|
||||
}
|
||||
}
|
||||
|
||||
if !emojiFileIds.isEmpty || hasLinkedStickers, let peerReference = PeerReference(component.slice.peer._asPeer()) {
|
||||
let context = component.context
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user