mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Stars reactions
This commit is contained in:
@@ -19,7 +19,7 @@ func peerMessageSelectedReactions(context: AccountContext, message: Message) ->
|
||||
}
|
||||
reactions.insert(reaction.value)
|
||||
switch reaction.value {
|
||||
case .builtin:
|
||||
case .builtin, .stars:
|
||||
if let availableReaction = availableReactions?.reactions.first(where: { $0.value == reaction.value }) {
|
||||
result.insert(availableReaction.selectAnimation.fileId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user