mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Send message effects
This commit is contained in:
@@ -749,4 +749,8 @@ public final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContent
|
||||
override public func reactionTargetView(value: MessageReaction.Reaction) -> UIView? {
|
||||
return self.contentNode.reactionTargetView(value: value)
|
||||
}
|
||||
|
||||
override public func messageEffectTargetView() -> UIView? {
|
||||
return self.contentNode.messageEffectTargetView()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user