diff --git a/Telegram/SourceFiles/history/history_inner_widget.cpp b/Telegram/SourceFiles/history/history_inner_widget.cpp index 3b3dd87d9..26ca88b58 100644 --- a/Telegram/SourceFiles/history/history_inner_widget.cpp +++ b/Telegram/SourceFiles/history/history_inner_widget.cpp @@ -4083,14 +4083,13 @@ void HistoryInner::refreshAboutView() { _history->delegateMixin()->delegate()); } } else if (!historyHeight()) { - if (!_aboutView) { + if (!user->isFullLoaded()) { + session().api().requestFullPeer(user); + } else if (!_aboutView) { _aboutView = std::make_unique( _history, _history->delegateMixin()->delegate()); } - if (!user->isFullLoaded()) { - session().api().requestFullPeer(user); - } } } }