Fix contact_account

This commit is contained in:
Yasuhiro Matsumoto 2019-09-30 16:54:15 +09:00
parent 34e64bb423
commit 68e32af685
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
2 changed files with 5 additions and 2 deletions

View file

@ -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.