Browse Source
json_body is used in places that need authentication. In case an unknown field is set, Ruma doesn't parse the field and so doesn't give an error on invalid UTF-8. But Conduit has parsed and on error makes json_body None. Return an error to the client instead of generating an internal error.merge-requests/110/head
3 changed files with 53 additions and 49 deletions
Loading…
Reference in new issue