Nik Clayton
Nik Clayton
https://github.com/mastodon/mastodon/issues/27439 is related to this -- it's currently not possible to determine the user's preferred language using the API.
Alternatively, instead of referencing the W3C profiles you could reference the ISO 8601 profile defined in [RFC 3339 sect. 5.6](https://www.rfc-editor.org/rfc/rfc3339). For completeness the Mastodon code could then be amended to...
So since any client developer is not going to know what the agreement is between any given Mastodon server and the translation provider, the right thing to do is probably...
Because I've just bumped in to this the explainer in https://github.com/mastodon/documentation/issues/1216#issuecomment-1546937310 isn't relevant for this issue (mostly because the data is FormUrlEncoded, not JSON encoded). For completeness: If you set...
I wouldn't categorise it as an "improvement", I'd say it's a bug fix, so that the API endpoints are correct w.r.t. the documentation; https://docs.joinmastodon.org/client/intro/ notes: > The Mastodon REST API...
I'm not sure if this is a different instance of the same underlying problem, or a different problem, but I just saw this again with a 503 response to a...
`1.0.5-rc+neko:240111.fd` also reports as valid, but isn't (https://jubianchi.github.io/semver-check/#/version/1.0.5-rc%2Bneko%3A240111.fd). The `:` is not a valid character in build metadata. https://github.com/pachli/pachli-android/issues/372
I'm working on this -- there are similar problems with how discarding edits to drafts are handled. PR to come...
It does support both formats. My point is that the documentation only describes one format. So when I was trying to figure out why I was getting an error, I...
Thanks -- I'll wait for a new release with a fix at the moment.