mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 02:42:24 -05:00
small fiddling to allow whalebird to work (a bit)
This commit is contained in:
parent
43c3a47773
commit
aeb665df55
4 changed files with 10 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ type Instance struct {
|
|||
// An email that may be contacted for any inquiries.
|
||||
Email string `json:"email"`
|
||||
// The version of Mastodon installed on the instance.
|
||||
Version string `json:"version,omitempty"`
|
||||
Version string `json:"version"`
|
||||
// Primary langauges of the website and its staff.
|
||||
Languages []string `json:"languages,omitempty"`
|
||||
// Whether registrations are enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue