mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix image editing in groups
This commit is contained in:
parent
0775b1e7ed
commit
00af1d8816
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue