gotosocial/internal/api/client/instance
Daenney b7dd32da42
[bugfix] Return languages in api/v1/instance (#1741)
It turns out that in Masto v2.3.0 the languages key was added to the V1
Instance and that it's effectively mandatory. Though in GtS we don't
really have this concept yet, some apps will explode if the languages
key is missing altogether. So at least return the empty array on V1 too
in the hopes that it makes things work well enough.

For history's sake, you can see the attributes that will get serialised
in
f877aa9d70/app/serializers/rest/v1/instance_serializer.rb (L6-L9).
Because the attribute does not have a conditional defined for it,
there isn't a filter that optionally omits it, or a def languages to
modify the behaviour the attribute is effectively always included and
serialised.

Fixes: #1662
2023-05-06 22:38:19 +02:00
..
instance.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
instance_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
instanceget.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
instancepatch.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
instancepatch_test.go [bugfix] Return languages in api/v1/instance (#1741) 2023-05-06 22:38:19 +02:00
instancepeersget.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
instancepeersget_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00