mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Correctly show premium promo for custom reactions.
This commit is contained in:
@@ -455,9 +455,7 @@ void ReactionsSettingsBox(
|
||||
|
||||
button->setClickedCallback([=, id = r.id] {
|
||||
if (premium && !controller->session().premium()) {
|
||||
ShowPremiumPreviewBox(
|
||||
controller,
|
||||
PremiumPreview::Reactions);
|
||||
ShowPremiumPreviewBox(controller, PremiumPreview::Reactions);
|
||||
return;
|
||||
}
|
||||
checkButton(button);
|
||||
|
Reference in New Issue
Block a user