diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-30 13:33:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 13:33:44 +0100 |
commit | 45f5d8f3fd80ab4f077dfde98a4ff442560e3904 (patch) | |
tree | 0421f014f45f6fd3de80453096662d6fc8d02edb /changelog.d | |
parent | Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) (diff) | |
parent | Lint (diff) | |
download | synapse-45f5d8f3fd80ab4f077dfde98a4ff442560e3904.tar.xz |
Merge pull request #5256 from aaronraimist/logout-correct-error
Show correct error when logging out and access token is missing
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5256.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5256.bugfix b/changelog.d/5256.bugfix new file mode 100644 index 0000000000..86316ab5dd --- /dev/null +++ b/changelog.d/5256.bugfix @@ -0,0 +1 @@ +Show the correct error when logging out and access token is missing. |