Fix contact_account
This commit is contained in:
parent
34e64bb423
commit
68e32af685
2 changed files with 5 additions and 2 deletions
|
@ -16,7 +16,7 @@ type Instance struct {
|
|||
URLs map[string]string `json:"urls,omitempty"`
|
||||
Stats *InstanceStats `json:"stats,omitempty"`
|
||||
Languages []string `json:"languages"`
|
||||
ContactAccount *Account `json:"account"`
|
||||
ContactAccount *Account `json:"contact_account"`
|
||||
}
|
||||
|
||||
// InstanceStats hold information for mastodon instance stats.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue