mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
[Glitch] Remove more unused data from 2025 annual reports
Port 9b851616fe to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -42,13 +42,6 @@ interface AnnualReportV2 {
|
|||||||
time_series: TimeSeriesMonth[];
|
time_series: TimeSeriesMonth[];
|
||||||
top_hashtags: NameAndCount[];
|
top_hashtags: NameAndCount[];
|
||||||
top_statuses: TopStatuses;
|
top_statuses: TopStatuses;
|
||||||
most_used_apps: NameAndCount[];
|
|
||||||
type_distribution: {
|
|
||||||
total: number;
|
|
||||||
reblogs: number;
|
|
||||||
replies: number;
|
|
||||||
standalone: number;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type AnnualReport = {
|
export type AnnualReport = {
|
||||||
|
|||||||
Reference in New Issue
Block a user