diff --git a/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp b/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp index dda4703e90..155c286df3 100644 --- a/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp +++ b/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp @@ -444,11 +444,11 @@ void Manager::applyList(Data::PossibleItemReactions &&reactions) { using Button = Strip::AddedButton; _strip.applyList( reactions.recent, - (reactions.customAllowed + (/*reactions.customAllowed ? Button::Expand : reactions.morePremiumAvailable ? Button::Premium - : Button::None)); + : */Button::None)); } QMargins Manager::innerMargins() const {