summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-05 14:01:32 +0100
committerGitHub <noreply@github.com>2019-06-05 14:01:32 +0100
commitd53faa40e96fc8dc572d0de3135a806e64dbf32f (patch)
treebe2bc73be6d7330c236a794e7966fd9d4556b872 /changelog.d
parentNeilj/changelog clean up (#5356) (diff)
parentAdd logging when request fails and clarify we ignore errors. (diff)
downloadsynapse-d53faa40e96fc8dc572d0de3135a806e64dbf32f.tar.xz
Merge pull request #5317 from matrix-org/erikj/make_do_auth_non_essential
Fix handling of failures when calling /event_auth.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5317.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5317.bugfix b/changelog.d/5317.bugfix
new file mode 100644
index 0000000000..2709375214
--- /dev/null
+++ b/changelog.d/5317.bugfix
@@ -0,0 +1 @@
+Fix handling of failures when processing incoming events where calling `/event_auth` on remote server fails.