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

PremiumPreview/BusinessFeature -> PremiumFeature.

This commit is contained in:
John Preston
2024-03-01 18:37:50 +04:00
parent f812166249
commit 88751896af
23 changed files with 242 additions and 196 deletions

View File

@@ -1135,7 +1135,7 @@ void SendFilesBox::setupEmojiPanel() {
_captionToPeer,
data.document)
: (_limits & SendFilesAllow::EmojiWithoutPremium))) {
ShowPremiumPreviewBox(_show, PremiumPreview::AnimatedEmoji);
ShowPremiumPreviewBox(_show, PremiumFeature::AnimatedEmoji);
} else {
Data::InsertCustomEmoji(_caption.data(), data.document);
}