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