summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2018-08-03 19:08:05 +0100
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-03 19:08:05 +0100
commit16d970189299c2ef83df4107e0cf1054cfb9da42 (patch)
treee72d9fcaf5c6ad7496b511f2992359e5170f6b3b /changelog.d
parentMerge pull request #3644 from matrix-org/michaelkaye/refactor_docker_location... (diff)
downloadsynapse-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.bugfix1
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