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 | |
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
-rw-r--r-- | changelog.d/8517.bugfix | 1 | ||||
-rw-r--r-- | synapse/rest/client/v1/profile.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/8517.bugfix b/changelog.d/8517.bugfix new file mode 100644 |