mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:02:25 -05:00
[bugfix] serialize instance terms via API (#2293)
This commit is contained in:
parent
30b53f352b
commit
cc313f58cb
3 changed files with 6 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ type InstanceV1 struct {
|
|||
MaxTootChars uint `json:"max_toot_chars"`
|
||||
// An itemized list of rules for this instance.
|
||||
Rules []InstanceRule `json:"rules"`
|
||||
// Terms and conditions for accounts on this instance.
|
||||
Terms string `json:"terms,omitempty"`
|
||||
}
|
||||
|
||||
// InstanceV1URLs models instance-relevant URLs for client application consumption.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue