diff --git a/Telegram/SourceFiles/data/data_statistics.h b/Telegram/SourceFiles/data/data_statistics.h index 045dae70ee..ce59e4d58f 100644 --- a/Telegram/SourceFiles/data/data_statistics.h +++ b/Telegram/SourceFiles/data/data_statistics.h @@ -105,7 +105,7 @@ struct SupergroupStatistics final { struct MessageStatistics final { explicit operator bool() const { - return !messageInteractionGraph.chart.empty(); + return !messageInteractionGraph.chart.empty() || views; } Data::StatisticalGraph messageInteractionGraph; int publicForwards = 0;