diff --git a/Telegram/SourceFiles/history/history_service.cpp b/Telegram/SourceFiles/history/history_service.cpp index 55403cdd9b..4d6dd048d1 100644 --- a/Telegram/SourceFiles/history/history_service.cpp +++ b/Telegram/SourceFiles/history/history_service.cpp @@ -792,8 +792,9 @@ bool HistoryService::updateDependencyItem() { } bool HistoryService::needCheck() const { - return (GetDependentData() != nullptr) - || Has(); + return out() + && ((GetDependentData() != nullptr) + || Has()); } QString HistoryService::inDialogsText(DrawInDialog way) const {