Hashtag search improvements

This commit is contained in:
Ilya Laktyushin
2024-05-22 14:04:37 +04:00
parent 7c7456de4b
commit 464eb8625f
53 changed files with 2049 additions and 469 deletions

View File

@@ -731,6 +731,7 @@ public class ChatMessageStickerItemNode: ChatMessageItemView {
context: item.context,
controllerInteraction: item.controllerInteraction,
type: .standalone,
peer: nil,
threadId: item.message.threadId ?? 1,
parentMessage: item.message,
constrainedSize: CGSize(width: availableWidth, height: CGFloat.greatestFiniteMagnitude),