2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Show only one placeholder for premium reactions.

This commit is contained in:
John Preston
2022-05-18 17:37:24 +04:00
parent 26d7abe2c9
commit 22613fc204
9 changed files with 70 additions and 27 deletions

View File

@@ -1017,7 +1017,7 @@ void Controller::fillManageSection() {
EditAllowedReactionsBox,
!_peer->isBroadcast(),
session->data().reactions().list(
Data::Reactions::Type::ActiveNonPremium),
Data::Reactions::Type::Active),
*Data::PeerAllowedReactions(_peer),
done));
},