Fix contact_account

This commit is contained in:
Yasuhiro Matsumoto 2019-09-30 16:54:15 +09:00 committed by mattn
parent 1b7f743892
commit ef1332c96b
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.