mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 05:30:47 +00:00
Various fixes
This commit is contained in:
parent
0dffd09759
commit
ce03f9dac3
@ -1043,9 +1043,9 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
|||||||
guard let aroundAnimation = reaction.aroundAnimation else {
|
guard let aroundAnimation = reaction.aroundAnimation else {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
// if reaction.isPremium {
|
if reaction.isPremium {
|
||||||
premiumReactions.append(reaction)
|
premiumReactions.append(reaction)
|
||||||
// }
|
}
|
||||||
if !reaction.isEnabled {
|
if !reaction.isEnabled {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user