diff --git a/Telegram/SourceFiles/history/view/history_view_about_view.cpp b/Telegram/SourceFiles/history/view/history_view_about_view.cpp index 7627b0fd3..51ae055f3 100644 --- a/Telegram/SourceFiles/history/view/history_view_about_view.cpp +++ b/Telegram/SourceFiles/history/view/history_view_about_view.cpp @@ -164,7 +164,7 @@ bool AboutView::refresh() { if (bot && bot->meRequiresPremiumToWrite() && !bot->session().premium() - && _history->isEmpty()) { + && _history->isDisplayedEmpty()) { if (_item) { return false; }