apply patches [skip ci]

This commit is contained in:
overtake
2020-06-18 15:51:40 +03:00
parent 0d7f023f3e
commit 6fda1123ca
4 changed files with 11 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ private func filterMessageAttributesForOutgoingMessage(_ attributes: [MessageAtt
case _ as InlineBotMessageAttribute:
return true
case _ as OutgoingMessageInfoAttribute:
return true
return false
case _ as OutgoingContentInfoMessageAttribute:
return true
case _ as ReplyMarkupMessageAttribute: