[feature] Add instance-stats-randomize config option

This commit is contained in:
tobi 2025-01-31 18:16:06 +01:00
commit 3991f60e83
13 changed files with 179 additions and 9 deletions

View file

@ -148,3 +148,10 @@ type InstanceConfigurationEmojis struct {
// example: 51200
EmojiSizeLimit int `json:"emoji_size_limit"`
}
// swagger:ignore
type RandomStats struct {
Statuses int64
TotalUsers int64
MonthlyActiveUsers int64
}