mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update API
This commit is contained in:
parent
29fe0f0879
commit
b4f8d20d7b
13 changed files with 391 additions and 246 deletions
|
|
@ -330,7 +330,7 @@ public extension Message {
|
|||
}
|
||||
for attribute in self.attributes {
|
||||
if let attribute = attribute as? PendingReactionsMessageAttribute {
|
||||
return attribute.value != nil
|
||||
return !attribute.reactions.isEmpty
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue