mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-03 23:16:53 +00:00
[WIP] Quotes
This commit is contained in:
@@ -235,7 +235,7 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
var updatedMuteIconImage: UIImage?
|
||||
|
||||
var incoming = item.message.effectivelyIncoming(item.context.account.peerId)
|
||||
if let subject = item.associatedData.subject, case let .messageOptions(_, _, info, _) = subject, case .forward = info.kind {
|
||||
if let subject = item.associatedData.subject, case let .messageOptions(_, _, info) = subject, case .forward = info {
|
||||
incoming = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user