summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-05-30 13:33:44 +0100
committerGitHub <noreply@github.com>2019-05-30 13:33:44 +0100
commit45f5d8f3fd80ab4f077dfde98a4ff442560e3904 (patch)
tree0421f014f45f6fd3de80453096662d6fc8d02edb /changelog.d
parentRemove spurious debug from MatrixFederationHttpClient.get_json (#5287) (diff)
parentLint (diff)
downloadsynapse-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.bugfix1
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.