mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Add instance-stats-randomize
config option (#3718)
* [feature] Add `instance-stats-randomize` config option * don't use cache (overkill)
This commit is contained in:
@ -74,6 +74,13 @@ type InstanceV2 struct {
|
||||
Terms string `json:"terms,omitempty"`
|
||||
// Raw (unparsed) version of terms.
|
||||
TermsText string `json:"terms_text,omitempty"`
|
||||
|
||||
// Random stats generated for the instance.
|
||||
// Only used if `instance-stats-randomize` is true.
|
||||
// Not serialized to the frontend.
|
||||
//
|
||||
// swagger:ignore
|
||||
RandomStats `json:"-"`
|
||||
}
|
||||
|
||||
// Usage data for this instance.
|
||||
|
Reference in New Issue
Block a user