mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Blockquote experiments
This commit is contained in:
@@ -277,6 +277,8 @@ private func filterMessageAttributesForForwardedMessage(_ attributes: [MessageAt
|
||||
return true
|
||||
case _ as MediaSpoilerMessageAttribute:
|
||||
return true
|
||||
case _ as InvertMediaMessageAttribute:
|
||||
return true
|
||||
case let attribute as ReplyMessageAttribute:
|
||||
if attribute.quote != nil {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user