From abe8079296d6061143ff4e4576538a3b6bf1b9d7 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 13 Mar 2025 12:09:51 +0400 Subject: [PATCH] Allow temp-set of wearable as a status. --- Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {