summary refs log tree commit diff
path: root/changelog.d/3585.bugfix
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-08 13:47:07 +0100
committerNeil Johnson <neil@matrix.org>2018-08-08 13:47:07 +0100
commit2b5baebeba1febc1eac9e7926082c46bf9fa23cd (patch)
tree521a31f1dd9619b30b17af4c4abc3cf19c5db3a0 /changelog.d/3585.bugfix
parentMerge branch 'neilj/mau_tracker' of github.com:matrix-org/synapse into neilj/... (diff)
parentMerge pull request #3633 from matrix-org/neilj/mau_tracker (diff)
downloadsynapse-2b5baebeba1febc1eac9e7926082c46bf9fa23cd.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/disable_hs
Diffstat (limited to 'changelog.d/3585.bugfix')
-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