summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorLEdoian <ghle@pokemon.ledoian.cz>2020-10-26 14:55:21 +0100
committerGitHub <noreply@github.com>2020-10-26 13:55:21 +0000
commit7b13780c54aef09a2ed1fe35325100a652100cb7 (patch)
treed7509626a076b2b7865aeef6cb46dfae0fc1af7b /changelog.d
parentStart fewer opentracing spans (#8640) (diff)
downloadsynapse-7b13780c54aef09a2ed1fe35325100a652100cb7.tar.xz
Check status codes that profile handler returns (#8580)
Fixes #8520

Signed-off-by: Pavel Turinsky <pavel.turinsky@matfyz.cz>

Co-authored-by: Erik Johnston <erikj@jki.re>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8580.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8580.bugfix b/changelog.d/8580.bugfix
new file mode 100644
index 0000000000..31734fd97d
--- /dev/null
+++ b/changelog.d/8580.bugfix
@@ -0,0 +1 @@
+Fix a bug where Synapse would blindly forward bad responses from federation to clients when retrieving profile information.