mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 11:50:38 +00:00
no message
This commit is contained in:
parent
7c14fc1191
commit
de5cba0182
@ -30,6 +30,8 @@ private func filterMessageAttributesForOutgoingMessage(_ attributes: [MessageAtt
|
|||||||
return true
|
return true
|
||||||
case _ as OutgoingMessageInfoAttribute:
|
case _ as OutgoingMessageInfoAttribute:
|
||||||
return true
|
return true
|
||||||
|
case _ as OutgoingContentInfoMessageAttribute:
|
||||||
|
return true
|
||||||
case _ as ReplyMarkupMessageAttribute:
|
case _ as ReplyMarkupMessageAttribute:
|
||||||
return true
|
return true
|
||||||
case _ as OutgoingChatContextResultMessageAttribute:
|
case _ as OutgoingChatContextResultMessageAttribute:
|
||||||
|
@ -22,7 +22,7 @@ public struct OutgoingContentInfoFlags: OptionSet {
|
|||||||
public class OutgoingContentInfoMessageAttribute: MessageAttribute {
|
public class OutgoingContentInfoMessageAttribute: MessageAttribute {
|
||||||
public let flags: OutgoingContentInfoFlags
|
public let flags: OutgoingContentInfoFlags
|
||||||
|
|
||||||
init(flags: OutgoingContentInfoFlags) {
|
public init(flags: OutgoingContentInfoFlags) {
|
||||||
self.flags = flags
|
self.flags = flags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user