diff options
author | Will Hunt <will@half-shot.uk> | 2018-08-03 19:08:05 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-03 19:08:05 +0100 |
commit | 16d970189299c2ef83df4107e0cf1054cfb9da42 (patch) | |
tree | e72d9fcaf5c6ad7496b511f2992359e5170f6b3b /changelog.d | |
parent | Merge pull request #3644 from matrix-org/michaelkaye/refactor_docker_location... (diff) | |
download | synapse-16d970189299c2ef83df4107e0cf1054cfb9da42.tar.xz |
Return M_NOT_FOUND when a profile could not be found. (#3596)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3585.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3585.bugfix b/changelog.d/3585.bugfix new file mode 100644 index 0000000000..e8ae1d8cb4 --- /dev/null +++ b/changelog.d/3585.bugfix @@ -0,0 +1 @@ +Respond with M_NOT_FOUND when profiles are not found locally or over federation. Fixes #3585 |