mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Conference calls
This commit is contained in:
@@ -590,6 +590,7 @@ public final class ChatMessageAccessibilityData {
|
||||
}
|
||||
else if let media = media as? TelegramMediaAction {
|
||||
if case .phoneCall = media.action {
|
||||
} else if case .conferenceCall = media.action {
|
||||
} else {
|
||||
canReply = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user