diff --git a/Telegram/SourceFiles/platform/mac/mac_touchbar.mm b/Telegram/SourceFiles/platform/mac/mac_touchbar.mm index 3a35a4348..765420f53 100644 --- a/Telegram/SourceFiles/platform/mac/mac_touchbar.mm +++ b/Telegram/SourceFiles/platform/mac/mac_touchbar.mm @@ -895,6 +895,9 @@ void AppendEmojiPacks(std::vector &to) { Auth().data().chatsListChanges( ) | rpl::start_with_next([=] { if (const auto window = App::wnd()) { + if (!Auth().data().stickerSets().size()) { + Auth().api().updateStickers(); + } if (const auto controller = window->sessionController()) { _lifetimeSessionControllerChecker.destroy(); controller->activeChatChanges(