mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Reaction improvements
This commit is contained in:
@@ -46,7 +46,7 @@ public final class ChatMessageItemAssociatedData: Equatable {
|
||||
var defaultReaction: String?
|
||||
if let availableReactions = availableReactions {
|
||||
for reaction in availableReactions.reactions {
|
||||
if reaction.title.lowercased().contains("heart") {
|
||||
if reaction.title.lowercased().contains("thumbs up") {
|
||||
defaultReaction = reaction.value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user