Fix changes warning

This commit is contained in:
Richard van der Hoff 2018-05-03 10:56:42 +01:00
parent a0501ac57e
commit d72faf2fad

View file

@ -3,9 +3,9 @@ Changes in synapse <unreleased>
Potentially breaking change:
* Make Client-Server API return 403 for invalid token (PR #3161).
* Make Client-Server API return 401 for invalid token (PR #3161).
This changes the Client-server spec to return a 403 error code instead of 401
This changes the Client-server spec to return a 401 error code instead of 403
when the access token is unrecognised. This is the behaviour required by the
specification, but some clients may be relying on the old, incorrect
behaviour.