Fix group reactions and tag filtering

This commit is contained in:
Isaac
2024-02-07 23:08:10 +04:00
parent 714bcf7af3
commit 3fe8232c6e
14 changed files with 41 additions and 25 deletions

View File

@@ -148,7 +148,7 @@ public class ChatMessageInstantVideoBubbleContentNode: ChatMessageBubbleContentN
guard let strongSelf = self, let item = strongSelf.item else {
return
}
item.controllerInteraction.updateMessageReaction(item.message, .reaction(value), false, sourceView)
item.controllerInteraction.updateMessageReaction(item.topMessage, .reaction(value), false, sourceView)
}
self.interactiveFileNode.dateAndStatusNode.openReactionPreview = { [weak self] gesture, sourceNode, value in