diff options
author | Aaron Raimist <aaron@raim.ist> | 2020-10-14 05:24:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 11:24:58 +0100 |
commit | ec606ea9e334a17af30a552e4612f96e8e7695fb (patch) | |
tree | 10d27144e4ecad8748697075b67c738ddfc5ba79 /changelog.d | |
parent | Move additional tasks to the background worker, part 4 (#8513) (diff) | |
download | synapse-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.bugfix | 1 |
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`. |