Merge commit '7d5d9ba7ba8ea6e2412ed633d80709caaabe992e'

# Conflicts:
#	submodules/TelegramUI/Components/Chat/ChatMessageAttachedContentNode/Sources/ChatMessageAttachedContentNode.swift
This commit is contained in:
Isaac
2024-06-24 18:20:30 +01:00
125 changed files with 5809 additions and 1836 deletions

View File

@@ -1069,6 +1069,7 @@ public enum FileMediaResourceMediaStatus: Equatable {
}
public protocol ChatMessageItemNodeProtocol: ListViewItemNode {
func makeProgress() -> Promise<Bool>?
func targetReactionView(value: MessageReaction.Reaction) -> UIView?
func targetForStoryTransition(id: StoryId) -> UIView?
func contentFrame() -> CGRect