Various improvements

This commit is contained in:
Isaac
2025-07-29 15:48:11 +02:00
parent c6946cc014
commit b625243040
23 changed files with 308 additions and 200 deletions

View File

@@ -587,6 +587,7 @@ public class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
reactionPeers: dateReactionsAndPeers.peers,
displayAllReactionPeers: item.message.id.peerId.namespace == Namespaces.Peer.CloudUser,
areReactionsTags: item.topMessage.areReactionsTags(accountPeerId: item.context.account.peerId),
areStarReactionsEnabled: item.associatedData.areStarReactionsEnabled,
messageEffect: messageEffect,
replyCount: dateReplies,
starsCount: starsCount,