From aeb665df554059103b9fb94c608e78a85631301a Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 22 May 2021 15:51:20 +0200 Subject: small fiddling to allow whalebird to work (a bit) --- internal/api/model/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/model/instance.go') diff --git a/internal/api/model/instance.go b/internal/api/model/instance.go index 75ef5392e..e4dad3559 100644 --- a/internal/api/model/instance.go +++ b/internal/api/model/instance.go @@ -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. -- cgit v1.2.3