mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
7e0a203173
* Fix EmptyJSONObject/EmptyJSONArray These are meant to be the bytes representing an empty object and array in JSON: `{}` and `[]`. They are actually the strings `"{}"` and `"[]"`. This causes clients expecting an object or array to not be able to parse the response. * Use json.RawMessage instead of []byte |
||
---|---|---|
.. | ||
activitypub | ||
auth | ||
client | ||
fileserver | ||
metrics | ||
model | ||
nodeinfo | ||
util | ||
wellknown | ||
activitypub.go | ||
auth.go | ||
client.go | ||
fileserver.go | ||
metrics.go | ||
nodeinfo.go | ||
wellknown.go |