This commit is contained in:
Isaac
2024-01-18 22:29:11 +04:00
parent 8a47556a00
commit 1634fa061c
7 changed files with 43 additions and 17 deletions

View File

@@ -158,7 +158,7 @@ extension ChatControllerImpl {
animationCache: animationCache,
animationRenderer: animationRenderer,
isStandalone: false,
subject: .reaction(onlyTop: false),
subject: message.areReactionsTags(accountPeerId: self.context.account.peerId) ? .messageTag : .reaction(onlyTop: false),
hasTrending: false,
topReactionItems: reactionItems,
areUnicodeEmojiEnabled: false,