mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Paid media improvements
This commit is contained in:
@@ -96,6 +96,8 @@ func chatMessageDisplaySendMessageOptions(selfController: ChatControllerImpl, no
|
||||
return true
|
||||
} else if let file = media as? TelegramMediaFile, file.isVideo {
|
||||
return true
|
||||
} else if media is TelegramMediaPaidContent {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user