mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:06:14 -06:00
[feature] Add instance-stats-randomize config option
This commit is contained in:
parent
c47b9bd1d1
commit
3991f60e83
13 changed files with 179 additions and 9 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue