diff --git a/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp b/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp index 51d2882349..dde73d671a 100644 --- a/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp +++ b/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp @@ -1261,7 +1261,7 @@ void EmojiListWidget::fillEmojiStatusMenu( int section, int index) { const auto chosen = lookupCustomEmoji(index, section); - if (!chosen || chosen.collectible) { + if (!chosen) { return; } const auto selectWith = [=](TimeId scheduled) {