From 71cda79e3bd3774441aa059f43bdee1ce4be88d6 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 5 Dec 2025 14:36:37 +0100 Subject: [PATCH] [Glitch] Remove more unused data from 2025 annual reports Port 9b851616fe752ce7f440894720712a2049919854 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/models/annual_report.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/javascript/flavours/glitch/models/annual_report.ts b/app/javascript/flavours/glitch/models/annual_report.ts index a2c0c51786..819212efeb 100644 --- a/app/javascript/flavours/glitch/models/annual_report.ts +++ b/app/javascript/flavours/glitch/models/annual_report.ts @@ -42,13 +42,6 @@ interface AnnualReportV2 { time_series: TimeSeriesMonth[]; top_hashtags: NameAndCount[]; top_statuses: TopStatuses; - most_used_apps: NameAndCount[]; - type_distribution: { - total: number; - reblogs: number; - replies: number; - standalone: number; - }; } export type AnnualReport = {