mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
bug fix
This commit is contained in:
parent
c202037099
commit
09a538bf1c
2 changed files with 8 additions and 0 deletions
|
|
@ -328,6 +328,11 @@ public extension Message {
|
|||
return !attribute.reactions.isEmpty
|
||||
}
|
||||
}
|
||||
for attribute in self.attributes {
|
||||
if let attribute = attribute as? PendingReactionsMessageAttribute {
|
||||
return attribute.value != nil
|
||||
}
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue