Update API

This commit is contained in:
Ali
2022-08-15 00:13:21 +03:00
parent 24be14be56
commit 88b1dab7ff
65 changed files with 532 additions and 255 deletions

View File

@@ -227,7 +227,7 @@ class ChatMessageFileBubbleContentNode: ChatMessageBubbleContentNode {
return super.hitTest(point, with: event)
}
override func reactionTargetView(value: String) -> UIView? {
override func reactionTargetView(value: MessageReaction.Reaction) -> UIView? {
if !self.interactiveFileNode.dateAndStatusNode.isHidden {
return self.interactiveFileNode.dateAndStatusNode.reactionView(value: value)
}