mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added statistical values for stories to overview in statistics info.
This commit is contained in:
@@ -93,6 +93,13 @@ constexpr auto kCheckRequestsTimer = 10 * crl::time(1000);
|
||||
.meanReactionCount = StatisticalValueFromTL(
|
||||
data.vreactions_per_post()),
|
||||
|
||||
.meanStoryViewCount = StatisticalValueFromTL(
|
||||
data.vviews_per_story()),
|
||||
.meanStoryShareCount = StatisticalValueFromTL(
|
||||
data.vshares_per_story()),
|
||||
.meanStoryReactionCount = StatisticalValueFromTL(
|
||||
data.vreactions_per_story()),
|
||||
|
||||
.enabledNotificationsPercentage = unmuted,
|
||||
|
||||
.memberCountGraph = StatisticalGraphFromTL(
|
||||
|
Reference in New Issue
Block a user