summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2020-10-14 05:24:58 -0500
committerGitHub <noreply@github.com>2020-10-14 11:24:58 +0100
commitec606ea9e334a17af30a552e4612f96e8e7695fb (patch)
tree10d27144e4ecad8748697075b67c738ddfc5ba79 /changelog.d
parentMove additional tasks to the background worker, part 4 (#8513) (diff)
downloadsynapse-ec606ea9e334a17af30a552e4612f96e8e7695fb.tar.xz
Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517)
Fixes #8029
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8517.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8517.bugfix b/changelog.d/8517.bugfix
new file mode 100644
index 0000000000..1ab623c59f
--- /dev/null
+++ b/changelog.d/8517.bugfix
@@ -0,0 +1 @@
+Fix error code for `/profile/{userId}/displayname` to be `M_BAD_JSON`.