mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Star reactions
This commit is contained in:
@@ -17,6 +17,9 @@ func peerMessageSelectedReactions(context: AccountContext, message: Message) ->
|
||||
if !reaction.isSelected {
|
||||
continue
|
||||
}
|
||||
if case .stars = reaction.value {
|
||||
continue
|
||||
}
|
||||
reactions.insert(reaction.value)
|
||||
switch reaction.value {
|
||||
case .builtin, .stars:
|
||||
|
||||
Reference in New Issue
Block a user