mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix group reactions and tag filtering
This commit is contained in:
@@ -942,7 +942,7 @@ public final class ChatMessageInteractiveFileNode: ASDisplayNode {
|
||||
replyCount: dateReplies,
|
||||
isPinned: arguments.isPinned && !arguments.associatedData.isInPinnedListMode,
|
||||
hasAutoremove: arguments.message.isSelfExpiring,
|
||||
canViewReactionList: canViewMessageReactionList(message: arguments.message, isInline: arguments.associatedData.isInline),
|
||||
canViewReactionList: canViewMessageReactionList(message: arguments.topMessage, isInline: arguments.associatedData.isInline),
|
||||
animationCache: arguments.controllerInteraction.presentationContext.animationCache,
|
||||
animationRenderer: arguments.controllerInteraction.presentationContext.animationRenderer
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user