From 7c468052e6c9d6431b7e23d9a846ac8d7282371f Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 17 Jan 2024 11:16:05 +0400 Subject: [PATCH] Fix premium-required info on first load. --- Telegram/SourceFiles/history/history_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 1832057a9..84de4270b 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -7638,6 +7638,7 @@ void HistoryWidget::fullInfoUpdated() { refresh = true; } checkFieldAutocomplete(); + _list->refreshAboutView(); _list->updateBotInfo(); handlePeerUpdate();