Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix changes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed May 3, 2018
1 parent a0501ac commit d72faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d72faf2

Please sign in to comment.