diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-07 15:36:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 15:36:41 +0000 |
commit | be29ed7ad86a150f603722d7dc307b71f7e98726 (patch) | |
tree | 6c146264d1f042b6f6c6dac5e88d84108a05953a /changelog.d | |
parent | Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typo (diff) | |
download | synapse-be29ed7ad86a150f603722d7dc307b71f7e98726.tar.xz |
Correctly proxy remote group HTTP errors. (#6654)
e.g. if remote returns a 404 then that shouldn't be treated as an error but should be proxied through.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6654.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6654.bugfix b/changelog.d/6654.bugfix new file mode 100644 index 0000000000..fed35252db --- /dev/null +++ b/changelog.d/6654.bugfix @@ -0,0 +1 @@ +Correctly proxy HTTP errors due to API calls to remote group servers. |