This commit is contained in:
Isaac
2025-09-30 17:41:32 +08:00
parent b5e8c8960d
commit a7385ad068
11 changed files with 78 additions and 34 deletions

View File

@@ -3856,6 +3856,7 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
areCustomEmojiEnabled: self.chatPresentationInterfaceState.customEmojiAvailable,
hasEdit: true,
hideBackground: true,
maskEdge: .clip,
sendGif: { [weak self] fileReference, sourceView, sourceRect, silentPosting, schedule in
if let self {
return self.controllerInteraction.sendGif(fileReference, sourceView, sourceRect, silentPosting, schedule)