mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 14:32:24 -05:00 
			
		
		
		
	| * 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 | ||
|---|---|---|
| .. | ||
| errorhandling.go | ||
| mime.go | ||
| negotiate.go | ||
| negotiate_test.go | ||
| opengraph.go | ||
| opengraph_test.go | ||
| parsequery.go | ||
| response.go | ||
| template.go | ||