mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Local audio transcription experiment and UI fixes
This commit is contained in:
@@ -1460,7 +1460,7 @@ func chatAvailableMessageActionsImpl(postbox: Postbox, accountPeerId: PeerId, me
|
||||
optionsMap[id] = []
|
||||
}
|
||||
if let message = getMessage(id) {
|
||||
if message.isCopyProtected() {
|
||||
if message.isCopyProtected() || message.containsSecretMedia {
|
||||
isCopyProtected = true
|
||||
}
|
||||
for media in message.media {
|
||||
|
||||
Reference in New Issue
Block a user