From 00af1d881676a097a4cf8024c46fdae5deea70db Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 3 Dec 2024 03:15:51 +0400 Subject: [PATCH] Fix image editing in groups --- .../GalleryUI/Sources/ChatItemGalleryFooterContentNode.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/GalleryUI/Sources/ChatItemGalleryFooterContentNode.swift b/submodules/GalleryUI/Sources/ChatItemGalleryFooterContentNode.swift index ce9f9e7b01..ad08631d8f 100644 --- a/submodules/GalleryUI/Sources/ChatItemGalleryFooterContentNode.swift +++ b/submodules/GalleryUI/Sources/ChatItemGalleryFooterContentNode.swift @@ -871,6 +871,7 @@ final class ChatItemGalleryFooterContentNode: GalleryFooterContentNode, ASScroll if !isVideo { canEdit = true + isImage = true } } else if let media = media as? TelegramMediaWebpage, case let .Loaded(content) = media.content { let type = webEmbedType(content: content)